migrate from jshint to eslint

This commit is contained in:
Daniel Micay
2020-11-09 15:25:12 -05:00
parent 34c11b36d3
commit b4336a84b7
5 changed files with 600 additions and 226 deletions

View File

@@ -7,6 +7,6 @@ export PATH="$PWD/node_modules/.bin:$PATH"
json_verify < static/manifest.webmanifest >/dev/null
xmllint --noout static/**/*.@(html|svg|xml)
jshint --verbose static/**/*.js
eslint static/**/*.js
stylelint static/**/*.css
validatornu --Werror --also-check-css --also-check-svg static/**/*.@(css|html|svg)