diff --git a/biome.json b/biome.json index 5da38550c..a1c5b125c 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "root": true, "files": { "includes": ["**", "!**/dist", "!**/package.json"] diff --git a/packages/openapi-fetch/biome.json b/packages/openapi-fetch/biome.json index 99724ae16..cd592b2c7 100644 --- a/packages/openapi-fetch/biome.json +++ b/packages/openapi-fetch/biome.json @@ -1,9 +1,9 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "extends": "//", "files": { - "includes": ["src/**", "test/**", "!**/examples/**", "!test/**/schemas/**", "!test/bench/**/*.min.js"] + "includes": ["src/**", "test/**", "!**/examples", "!test/**/schemas", "!test/bench/**/*.min.js"] }, "linter": { "rules": { diff --git a/packages/openapi-react-query/biome.json b/packages/openapi-react-query/biome.json index c57c07218..6ce876571 100644 --- a/packages/openapi-react-query/biome.json +++ b/packages/openapi-react-query/biome.json @@ -1,9 +1,9 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "extends": "//", "files": { - "includes": ["**", "!dist/**", "!test/fixtures/**"] + "includes": ["**", "!dist", "!test/fixtures"] }, "linter": { "rules": { diff --git a/packages/openapi-typescript-helpers/biome.json b/packages/openapi-typescript-helpers/biome.json index 50eeaaf54..d5792cb2f 100644 --- a/packages/openapi-typescript-helpers/biome.json +++ b/packages/openapi-typescript-helpers/biome.json @@ -1,6 +1,6 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "extends": "//", "files": { "includes": ["**/*"] diff --git a/packages/openapi-typescript/biome.json b/packages/openapi-typescript/biome.json index 79c1fc825..aadd2702d 100644 --- a/packages/openapi-typescript/biome.json +++ b/packages/openapi-typescript/biome.json @@ -1,8 +1,8 @@ { "root": false, - "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json", + "$schema": "https://biomejs.dev/schemas/2.4.14/schema.json", "extends": "//", "files": { - "includes": ["bin/**", "!examples/**", "src/**", "test/**", "!**/fixtures/**/*"] + "includes": ["bin/**", "!examples", "src/**", "test/**", "!**/fixtures/**/*"] } }