fix lintHTML and lintCSS commands

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-20 14:12:26 -08:00
parent 8a9a32414e
commit c3944d476b

View File

@ -6,8 +6,8 @@
"test": "mocha --recursive --require mock-local-storage './{,!(node_modules)/**}/*.test.js'", "test": "mocha --recursive --require mock-local-storage './{,!(node_modules)/**}/*.test.js'",
"lint": "eslint **/*.js", "lint": "eslint **/*.js",
"fix-style": "eslint --fix **/*.js", "fix-style": "eslint --fix **/*.js",
"lintHTML": "htmlhint '**/*.html'", "lintHTML": "htmlhint **/*.html",
"lintCSS": "stylelint '**/*.css'", "lintCSS": "stylelint **/*.css",
"http-server": "http-server source" "http-server": "http-server source"
}, },
"devDependencies": { "devDependencies": {