Skip to content

Commit

Permalink
Add lint fix command in package
Browse files Browse the repository at this point in the history
  • Loading branch information
keybraker committed Dec 11, 2023
1 parent 2b69fca commit 9b1f6cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"build:chrome": "webpack --env chrome",
"build:firefox": "webpack --env firefox",
"lint": "eslint \"**/*.ts\""
"lint": "eslint \"**/*.ts\"",
"lint-fix": "eslint \"**/*.ts\" --fix"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
Expand Down

0 comments on commit 9b1f6cf

Please sign in to comment.