Skip to content

Commit c759b8b

Browse files
committed
chore: update biome
1 parent e68b69f commit c759b8b

File tree

15 files changed

+4477
-4389
lines changed

15 files changed

+4477
-4389
lines changed

biome.jsonc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.4/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -17,13 +17,16 @@
1717
"maxSize": 10485760,
1818
"includes": [
1919
"**",
20-
"!**/packages/openapi-code-generator/src/core/schemas/openapi-3.0-specification-validator.ts",
21-
"!**/packages/openapi-code-generator/src/core/schemas/openapi-3.1-specification-validator.ts",
22-
"!**/integration-tests/typescript-angular/src/generated/**/*",
23-
"!**/integration-tests-definitions/**/*",
20+
"!!**/packages/openapi-code-generator/src/core/schemas/openapi-3.0-specification-validator.ts",
21+
"!!**/packages/openapi-code-generator/src/core/schemas/openapi-3.1-specification-validator.ts",
22+
"!!**/integration-tests/typescript-angular/src/generated/**/*",
23+
"!!**/integration-tests-definitions/**/*",
2424
"!**/schemas/**/*.json",
2525
"!**/package.json",
26-
"!**/package.json"
26+
"!**/package.json",
27+
"!!**/.next",
28+
"!!**/.angular",
29+
"!!**/dist"
2730
]
2831
},
2932
"formatter": {

0 commit comments

Comments
 (0)