Skip to content

Commit

Permalink
Fix lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
gndelia committed Nov 7, 2024
1 parent e3a419c commit ecfaee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .lintstagedrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"!(package.json)": ["prettier --ignore-unknown --write"],
"!(*.{js,md,ts,tsx,yml}|package.json)": ["prettier --ignore-unknown --write"],
"*.{js,md,ts,tsx,yml}": ["eslint --cache --fix --quiet", "prettier --write"],
"package.json": ["better-sort-package-json", "prettier --write"]
}

0 comments on commit ecfaee9

Please sign in to comment.