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 61a1fa6 commit 8f18b0eCopy full SHA for 8f18b0e
1 file changed
package.json
@@ -67,7 +67,7 @@
67
"pre-commit": "npx lint-staged"
68
},
69
"lint-staged": {
70
- "*.{js,ts,mjs,cjs,json,.*rc}": [
+ "*.{js,ts,mjs,cjs,json,md,yml,*rc}": [
71
"npx eslint --fix"
72
]
73
}
0 commit comments