Move the eslint ignore from Makefile lint rule to into .eslintignore
Esse commit está contido em:
@@ -5,3 +5,4 @@ intl/*
|
||||
locales/*
|
||||
**/*.min.js
|
||||
**/node_modules/*
|
||||
scratch-gui/*
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário