We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d1c31 commit dcea236Copy full SHA for dcea236
package.json
@@ -6,6 +6,7 @@
6
},
7
"scripts": {
8
"lint": "eslint -c eslint.config.js '**/*.js'",
9
+ "lint:fix": "eslint --fix -c eslint.config.js '**/*.js'",
10
"test": "jest"
11
}
12
0 commit comments