Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 606ccf0

Browse files
author
Orta
authored
Merge pull request #212 from JipingWang/patch-2
fix lint error
2 parents 9817bef + a63906c commit 606ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"watch-ts": "tsc -w",
2121
"build-sass": "node-sass src/public/css/main.scss dist/public/css/main.css",
2222
"watch-sass": "node-sass -w src/public/css/main.scss dist/public/css/main.css",
23-
"lint": "tsc --noEmit && eslint '*/**/*.{js,ts}' --quiet --fix",
23+
"lint": "tsc --noEmit && eslint \"*/**/*.{js,ts}\" --quiet --fix",
2424
"copy-static-assets": "ts-node copyStaticAssets.ts",
2525
"debug": "npm run build && npm run watch-debug",
2626
"serve-debug": "nodemon --inspect dist/server.js",

0 commit comments

Comments
 (0)