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 02f86d9 commit 374bbd1Copy full SHA for 374bbd1
.lintstagedrc
@@ -2,6 +2,6 @@
2
"*.hbs": "npm run lint:html",
3
"*.md": "markdownlint -c .markdown-lint.yml",
4
"*.{css,scss}": "stylelint --fix",
5
- "*.{js,ts,tsx}": "xo --fix",
6
- "!*.{js,ts,tsx}": "prettier --write --ignore-unknown"
+ "*.{js,ts,tsx,jsx,mjs,cjs}": "xo --fix",
+ "!*.{js,ts,tsx,jsx,mjs,cjs}": "prettier --write --ignore-unknown"
7
}
0 commit comments