mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 16:44:48 -07:00
Webatrice: husky (#4591)
This commit is contained in:
parent
b464fa8d99
commit
2c702d3579
7 changed files with 31 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue