We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcc1cf0 commit 72f158eCopy full SHA for 72f158e
package.json
@@ -5,7 +5,8 @@
5
"main": "test.js",
6
"scripts": {
7
"prettier": "npx prettier --write .",
8
- "lint": "eslint . --fix --max-warnings=0"
+ "lint:check": "eslint . --max-warnings=0",
9
+ "lint:fix": "eslint . --fix"
10
},
11
"keywords": [
12
"learning",
0 commit comments