Skip to content

Commit

Permalink
fix: 🐛 fix npm command for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesOberreiter committed Jun 26, 2023
1 parent 3b7ea7a commit 25fafa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"scripts": {
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"lint:fix": "npm run lint --fix",
"release": "commit-and-tag-version",
"test": "jest"
},
Expand Down

0 comments on commit 25fafa7

Please sign in to comment.