Skip to content

Commit

Permalink
build(dev-deps): simplify lint staged
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed May 8, 2024
1 parent 7c293f0 commit 3684486
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,7 @@
"testEnvironment": "node"
},
"lint-staged": {
"**/*.{ts}": [
"prettier --write"
],
"**/*.{js,json}": [
"**/*.{js,ts,json}": [
"prettier --write"
]
},
Expand Down

0 comments on commit 3684486

Please sign in to comment.