Webatrice: husky (#4591)

This commit is contained in:
Jeremy Letto 2022-03-13 12:44:51 -05:00 committed by GitHub
parent b464fa8d99
commit 2c702d3579
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 7 deletions

View file

@ -45,7 +45,9 @@
"eject": "react-scripts eject",
"lint": "eslint \"./**/*.{ts,tsx}\"",
"lint:fix": "eslint \"./**/*.{ts,tsx}\" --fix",
"golden": "npm run lint && npm run test"
"golden": "npm run lint && npm run test",
"prepare": "cd .. && husky install",
"translate": "node prebuild.js -i18nOnly"
},
"eslintConfig": {
"extends": "react-app"
@ -85,6 +87,7 @@
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"fs-extra": "^10.0.1",
"husky": "^7.0.4",
"i18next-icu": "^2.0.3",
"identity-obj-proxy": "^3.0.0",
"intl-messageformat": "^9.11.4"