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 58972f7 commit c0f8869Copy full SHA for c0f8869
.lintstagedrc
@@ -1,3 +1,4 @@
1
{
2
- "*.js": ["prettier --write", "git add"]
+ "src/index.js": ["prettier --write", "git add"],
3
+ "__tests__/index.js": ["prettier --write", "git add"]
4
}
0 commit comments