Run eslint on old javascript

This commit is contained in:
Paul Chavard 2018-10-02 16:59:16 +02:00
parent 179786380d
commit af63ad5802

View file

@ -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.*"