Skip to content

Commit 76c1935

Browse files
authored
Merge pull request #174 from git-for-windows/npm-run-lint-fix
package.json: add support for auto-fixing lint errors
2 parents 7058de5 + dcea236 commit 76c1935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
},
77
"scripts": {
88
"lint": "eslint -c eslint.config.js '**/*.js'",
9+
"lint:fix": "eslint --fix -c eslint.config.js '**/*.js'",
910
"test": "jest"
1011
}
1112
}

0 commit comments

Comments
 (0)