Skip to content

Commit d9cb41e

Browse files
committed
chore: exclude projen-generate JSON from linting
1 parent 52a9397 commit d9cb41e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

biome.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77
},
88
"files": {
99
"ignoreUnknown": false,
10-
"ignore": [".projen/", "tsconfig.*.json", ".eslintrc.json"]
10+
"ignore": [
11+
".projen/",
12+
"tsconfig.*.json",
13+
".eslintrc.json",
14+
"package.json",
15+
"package-lock.json"
16+
]
1117
},
1218
"formatter": {
1319
"enabled": true,

0 commit comments

Comments
 (0)