Skip to content

Commit

Permalink
chore(core): fixed lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
friewerts committed Feb 20, 2024
1 parent 2ae386d commit e007e52
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 @@ -38,7 +38,7 @@
},
"lint-staged": {
"*.js": [
"lint"
"npm run lint"
]
},
"config": {
Expand Down

0 comments on commit e007e52

Please sign in to comment.