We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c8528 commit cb16e31Copy full SHA for cb16e31
1 file changed
.lintstagedrc.json
@@ -1,5 +1,8 @@
1
{
2
- "*.{js,jsx,ts,tsx}": "prettier --write --no-error-on-unmatched-pattern --config prettier-config/.prettierrc.js",
+ "*.{js,jsx,ts,tsx}": [
3
+ "eslint --fix --no-error-on-unmatched-pattern",
4
+ "prettier --write --no-error-on-unmatched-pattern --config prettier-config/.prettierrc.js"
5
+ ],
6
"*.{md,html,json}": "prettier --write --config prettier-config/.prettierrc.js",
7
"*.sol": "prettier --write --config prettier-config/.prettierrc.js"
8
}
0 commit comments