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 f09caa4 commit b6f5c4aCopy full SHA for b6f5c4a
package.json
@@ -25,7 +25,7 @@
25
"moduleFileExtensions": ["ts", "js"]
26
},
27
"lint-staged": {
28
- "*.{js,json,css,md,ts,tsx}": ["npm run prettier", "git add"]
+ "*.{js,json,css,md,ts,tsx}": ["prettier --write", "git add"]
29
30
"bin": "dist/cli.js",
31
"author": "Mohsen Azimi <me@azimi.me>",
0 commit comments