add package.json for conveniently installing tools

This commit is contained in:
Daniel Micay
2020-04-07 21:53:44 -04:00
parent ea9fbadd4c
commit cf3cc9e6cd
4 changed files with 2630 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
set -o errexit -o nounset -o pipefail
shopt -s globstar
export PATH="$PWD/node_modules/.bin:$PATH"
jshint --verbose static/**/*.js
stylelint static/**/*.css
validatornu --Werror --skip-non-html static