mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Move the eslint ignore from Makefile lint rule to into .eslintignore
This commit is contained in:
parent
cd8d951fd6
commit
5bf674a440
2 changed files with 2 additions and 1 deletions
|
@ -5,3 +5,4 @@ intl/*
|
|||
locales/*
|
||||
**/*.min.js
|
||||
**/node_modules/*
|
||||
scratch-gui/*
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue