We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aa9db5 commit be63602Copy full SHA for be63602
4 files changed
.lintstagedrc
@@ -1,10 +1,3 @@
1
{
2
- "*.{ts,js}": [
3
- "prettier --write",
4
- "git add"
5
- ],
6
- "*.{css,md}": [
7
8
9
- ]
+ "*.{ts,js,css,md}": "prettier --write"
10
}
0 commit comments