Skip to content

Commit ad7ac87

Browse files
Merge pull request #2314 from micalevisk/patch-2
chore: fix lint-staged 'no valid configuration found' error & husky warning
2 parents 0b5ba14 + 6a7cf83 commit ad7ac87

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.husky/commit-msg

100644100755
File mode changed.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"docs-only": "ts-node -P tools/tsconfig.json tools/dgeni-cli.ts tools/transforms/nestjs-package/index",
2020
"prepare": "husky install"
2121
},
22+
"lint-staged": {
23+
"packages/**/*.{ts,json}": []
24+
},
2225
"private": true,
2326
"dependencies": {
2427
"@angular/animations": "13.3.2",

0 commit comments

Comments
 (0)