We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a056c5 commit ecc05f2Copy full SHA for ecc05f2
.prettierignore
@@ -1,4 +1,3 @@
1
node_modules
2
-coverage
3
-dist
+/**/dist
4
.angular
package.json
@@ -11,11 +11,6 @@
11
"check": "npm run lint && npm run test && npm run prettier-check",
12
"package": "npm run build-lib && npm run npm-pack"
13
},
14
- "husky": {
15
- "hooks": {
16
- "pre-commit": "npm run check"
17
- }
18
- },
19
"jest": {
20
"roots": [
21
"<rootDir>/projects/train-platform/src"
@@ -71,7 +66,6 @@
71
66
"@typescript-eslint/eslint-plugin": "5.17.0",
72
67
"@typescript-eslint/parser": "5.17.0",
73
68
"eslint": "^8.12.0",
74
- "husky": "^4.3.0",
75
69
"jest": "^28.1.0",
76
70
"ng-packagr": "^13.3.1",
77
"ngx-build-plus": "^13.0.1",
0 commit comments