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 c733254 commit 8bc376cCopy full SHA for 8bc376c
.lintstagedrc.json
@@ -1,5 +1,5 @@
1
{
2
- "@(*.js|bin/*)": ["eslint --fix"],
+ "@(**/*.js|bin/*)": ["eslint --fix"],
3
"!(package*).json": ["prettier --write"],
4
"*.{yml,md,html}": ["prettier --write"]
5
}
0 commit comments