Skip to content

Commit

Permalink
add lint-fix command to automatically fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed Jul 23, 2024
1 parent 5531c77 commit a9e9320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions keith-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,7 @@
"scripts": {
"clean": "rimraf dist",
"lint": "eslint .",
"lint-fix": "eslint --fix .",
"build": "webpack --mode production",
"watch": "webpack --watch",
"package": "vsce package --yarn -o keith-vscode.vsix",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"scripts": {
"clean": "lerna run clean --parallel",
"lint": "lerna run lint --parallel",
"lint-fix": "lerna run lint-fix --parallel",
"prebuild": "yarn clean",
"build": "lerna run build",
"watch": "lerna run watch --parallel",
Expand Down

0 comments on commit a9e9320

Please sign in to comment.