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 4489c56 commit 7262af2Copy full SHA for 7262af2
README.md
@@ -29,6 +29,7 @@ npx create-react-app my-app --template react-ts-tw
29
30
```cmd
31
npm install
32
+npm run husky:prepare
33
```
34
35
If you get issues with prettier or eslint, simply run:
package.json
@@ -4,7 +4,6 @@
4
"description": "",
5
"main": "template.json",
6
"scripts": {
7
- "postinstall": "husky install && npx husky add .husky/pre-commit \"npx lint-staged\"",
8
"husky:prepare": "husky install && npx husky add .husky/pre-commit \"npx lint-staged\"",
9
"lint": "eslint .",
10
"lint:fix": "eslint --fix",
0 commit comments