Skip to content

Commit

Permalink
Don't limit lint-staged prettier filter
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 15, 2023
1 parent 7794a07 commit 1c6c9a5
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 @@ -52,7 +52,7 @@
"lint-staged": {
"*": [
"eslint --cache --fix",
"prettier --write {pages,components,modules}/**/*.{tsx,ts,js}"
"prettier --write ./**/*.{tsx,ts,js}"
]
},
"eslintConfig": {
Expand Down

0 comments on commit 1c6c9a5

Please sign in to comment.