Skip to content

Commit

Permalink
Merge pull request #100 from kieler/mka/lint-fix
Browse files Browse the repository at this point in the history
add lint-fix command to automatically fix linting issues
  • Loading branch information
NiklasRentzCAU authored Jul 23, 2024
2 parents 5531c77 + a9e9320 commit c29ec53
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 c29ec53

Please sign in to comment.