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.
2 parents 8efe0ce + 7cc5473 commit becd180Copy full SHA for becd180
package.json
@@ -14,7 +14,7 @@
14
"lint-prettier": "npm run lint:check && npm run prettier:check"
15
},
16
"lint-staged": {
17
- "src/**/*.ts": "npm run lint-prettier"
+ "src/**/*.{js,jsx,ts,tsx}": "npm run lint-prettier"
18
19
"dependencies": {
20
"next": "^14.1.0",
0 commit comments