Adding eslint
This commit is contained in:
parent
5f8d8873b3
commit
230abf08e8
3 changed files with 49 additions and 0 deletions
11
eslint/Dockerfile
Normal file
11
eslint/Dockerfile
Normal file
|
@ -0,0 +1,11 @@
|
|||
FROM debian:latest
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends npm
|
||||
|
||||
RUN npm install eslint --global
|
||||
|
||||
COPY eslintrc.json /eslintrc.json
|
||||
|
||||
ENTRYPOINT ["eslint", "--no-eslintrc"]
|
||||
|
||||
CMD ["--help"]
|
Loading…
Add table
Add a link
Reference in a new issue