Run eslint on old javascript
This commit is contained in:
parent
179786380d
commit
af63ad5802
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint:ec": "eclint check $({ git ls-files ; find vendor -type f ; echo 'db/schema.rb' ; } | sort | uniq -u)",
|
||||
"lint:js": "eslint ./app/javascript ./config/webpack"
|
||||
"lint:js": "eslint ./app/javascript ./app/assets/javascripts ./config/webpack"
|
||||
},
|
||||
"engines": {
|
||||
"node": "6.* || 8.* || >= 10.*"
|
||||
|
|
Loading…
Add table
Reference in a new issue