Skip to content

Commit

Permalink
🔧 Avoid linting css on lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta committed Oct 21, 2024
1 parent e24c4cc commit 62edda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@
}
},
"lint-staged": {
"src/**/*.{ts,tsx,css}": [
"src/**/*.{ts,tsx}": [
"eslint --cache --fix",
"prettier --write"
],
"src/**/*.md": [
"src/**/*.{md,css}": [
"prettier --write"
]
},
Expand Down

0 comments on commit 62edda2

Please sign in to comment.