mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
fix typo in package.json
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
d9c28096fd
commit
0ebf9f8a20
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user