We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 021cf6a commit 920aedbCopy full SHA for 920aedb
.lintstagedrc
@@ -1,6 +1,6 @@
1
{
2
"*.md": "markdownlint -c .markdown-lint.yml",
3
"*.{css,scss}": "stylelint --fix",
4
- "*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix",
+ "*.{js,ts,tsx,jsx,mjs,cjs}": ["prettier --write", "xo --fix"],
5
"!*.{js,ts,tsx,jsx,mjs,cjs}": "prettier --write --ignore-unknown"
6
}
0 commit comments