Move the eslint ignore from Makefile lint rule to into .eslintignore

parent cd8d951f
...@@ -5,3 +5,4 @@ intl/* ...@@ -5,3 +5,4 @@ intl/*
locales/* locales/*
**/*.min.js **/*.min.js
**/node_modules/* **/node_modules/*
scratch-gui/*
...@@ -55,7 +55,7 @@ test: ...@@ -55,7 +55,7 @@ test:
@make tap @make tap
lint: lint:
$(ESLINT) --ignore-pattern scratch-gui --ignore-pattern node_modules . --ext .js,.jsx,.json $(ESLINT) . --ext .js,.jsx,.json
$(SASSLINT) ./src/*.scss $(SASSLINT) ./src/*.scss
$(SASSLINT) ./src/**/*.scss $(SASSLINT) ./src/**/*.scss
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment