Skip to content

Commit 5cb0cd6

Browse files
committed
使用 prettier 代替 eslint, 所以去掉 lint 脚步
1 parent f7da71b commit 5cb0cd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"precommit": "lint-staged",
1818
"start": "node scripts/start.js",
1919
"build": "node scripts/build.js",
20-
"test": "node scripts/test.js --env=jsdom",
21-
"lint": "eslint --fix --ext .js src"
20+
"test": "node scripts/test.js --env=jsdom"
2221
},
2322
"dependencies": {
2423
"add-graphql-subscriptions": "^1.0.1",

0 commit comments

Comments
 (0)