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

Esse commit está contido em:
Colby Gutierrez-Kraybill
2018-07-19 08:48:44 -04:00
commit 5bf674a440
2 arquivos alterados com 2 adições e 1 exclusões
+1
Ver Arquivo
@@ -5,3 +5,4 @@ intl/*
locales/*
**/*.min.js
**/node_modules/*
scratch-gui/*
+1 -1
Ver Arquivo
@@ -55,7 +55,7 @@ test:
@make tap
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