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

This commit is contained in:
Colby Gutierrez-Kraybill 2018-07-19 08:48:44 -04:00
parent cd8d951fd6
commit 5bf674a440
2 changed files with 2 additions and 1 deletions

View file

@ -5,3 +5,4 @@ intl/*
locales/*
**/*.min.js
**/node_modules/*
scratch-gui/*

View file

@ -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