fix typo in package.json

Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
Arthur Lu 2022-11-17 11:38:05 -08:00
parent d9c28096fd
commit 0ebf9f8a20

View File

@ -8,7 +8,7 @@
"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": {
"eslint": "^8.27.0", "eslint": "^8.27.0",