Skip to content

Commit 06652da

Browse files
authored
chore: fix lint-staged 'no valid configuration found' error
1 parent e59f687 commit 06652da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines 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)