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.
2 parents 0b5ba14 + 6a7cf83 commit ad7ac87Copy full SHA for ad7ac87
.husky/commit-msg
100644
100755
package.json
@@ -19,6 +19,9 @@
19
"docs-only": "ts-node -P tools/tsconfig.json tools/dgeni-cli.ts tools/transforms/nestjs-package/index",
20
"prepare": "husky install"
21
},
22
+ "lint-staged": {
23
+ "packages/**/*.{ts,json}": []
24
+ },
25
"private": true,
26
"dependencies": {
27
"@angular/animations": "13.3.2",
0 commit comments