Remove ignore pattern on eslint
This commit is contained in:
parent
98b1ba46c6
commit
ba65fd9336
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ node_modules:
|
|||
|
||||
test:
|
||||
$(NODE_BIN)/sass-lint -vqc .sass-lint.yml
|
||||
$(NODE_BIN)/eslint $(STATIC_SRC)/js --ignore-pattern *.min.js
|
||||
$(NODE_BIN)/eslint $(STATIC_SRC)/js
|
||||
$(NODE_BIN)/yamllint data/*.yml
|
||||
$(NODE_BIN)/yamllint config.yml
|
||||
$(NODE_BIN)/mdspell --en-gb -ranx 'content/**/*.*'
|
||||
|
|
Loading…
Reference in a new issue