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 5afa435 commit 308eb1fCopy full SHA for 308eb1f
.lintstagedrc.json
@@ -1,5 +1,5 @@
1
{
2
- "*.{js,ts}": "prettier --write",
+ "*.{js,jsx,ts,tsx}": "prettier --write",
3
"*.{md,html,json}": "prettier --write",
4
"*.sol": [
5
"prettier --write",
0 commit comments