Merge branch 'Mastermindzh:master' into master

This commit is contained in:
Rick van Lieshout 2022-07-25 12:44:35 +02:00 committed by GitHub
commit de1484e9a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@
"e2e": "cypress open -d --e2e", "e2e": "cypress open -d --e2e",
"e2e-ci": "start-server-and-test start http://localhost:3000 cypress-run", "e2e-ci": "start-server-and-test start http://localhost:3000 cypress-run",
"postinstall": "husky install", "postinstall": "husky install",
"lint": "eslint src/**", "lint": "GLOBIGNORE='src/types' && eslint src/**",
"lint-staged": "lint-staged --relative", "lint-staged": "lint-staged --relative",
"organize-package-json": "npx format-package -w && npx sort-package-json", "organize-package-json": "npx format-package -w && npx sort-package-json",
"pretty-quick": "pretty-quick --staged", "pretty-quick": "pretty-quick --staged",