mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-01-20 18:41:41 +01:00
added globignore for type files
This commit is contained in:
parent
78f7009ab3
commit
7b6cd6d286
@ -30,7 +30,7 @@
|
||||
"e2e": "cypress open -d --e2e",
|
||||
"e2e-ci": "start-server-and-test start http://localhost:3000 cypress-run",
|
||||
"postinstall": "husky install",
|
||||
"lint": "eslint src/**",
|
||||
"lint": "GLOBIGNORE='src/types' && eslint src/**",
|
||||
"lint-staged": "lint-staged --relative",
|
||||
"organize-package-json": "npx format-package -w && npx sort-package-json",
|
||||
"pretty-quick": "pretty-quick --staged",
|
||||
|
Loading…
Reference in New Issue
Block a user