We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7058de5 + dcea236 commit 76c1935Copy full SHA for 76c1935
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