Skip to content

Commit 8ac6fb2

Browse files
author
Andrey Okonetchnikov
committed
Update list of extensions for lint-staged
1 parent a1745ea commit 8ac6fb2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.prettierrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"useTabs": true,
32
"overrides": [
43
{
54
"files": ["*.md, *.mdx"],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@
3737
}
3838
},
3939
"lint-staged": {
40-
"*.{js,css,md}": "prettier --write"
40+
"*.{js,jsx,json,md,mdx}": "prettier --write"
4141
}
4242
}

0 commit comments

Comments
 (0)