chore(common): implement enforced pre-commit type checks for FE service files (#3472)

This commit is contained in:
James George
2023-11-02 23:37:27 +05:30
committed by GitHub
parent 19294802be
commit b5307e4a89
4 changed files with 957 additions and 744 deletions

View File

@@ -17,7 +17,7 @@
"postinstall": "pnpm run gql-codegen",
"do-test": "pnpm run test",
"do-lint": "pnpm run prod-lint",
"do-typecheck": "pnpm run lint",
"do-typecheck": "node type-check.mjs",
"do-lintfix": "pnpm run lintfix"
},
"dependencies": {
@@ -136,6 +136,7 @@
"eslint": "^8.47.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vue": "^9.17.0",
"glob": "^10.3.10",
"npm-run-all": "^4.1.5",
"openapi-types": "^12.1.3",
"rollup-plugin-polyfill-node": "^0.12.0",