diff --git a/biome.json b/biome.json index 6e9f6a99..e5a5ffe3 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, @@ -76,42 +76,23 @@ "noUnsafeNegation": "error", "useGetterReturn": "error", "useValidTypeof": "error" - }, - "nursery": { - "noDuplicateJsonKeys": "error" } }, - "ignore": [ - "**/npm node_modules", - "**/build", - "**/dist", - "**/src/i18n/locales" - ] + "ignore": ["**/npm node_modules", "**/build", "**/dist", "**/src/i18n/locales"] }, "overrides": [ { - "ignore": [ - "**/*.js" - ], - "include": [ - "**/*.ts", - "**/*.tsx" - ] + "ignore": ["**/*.js"], + "include": ["**/*.ts", "**/*.tsx"] }, { - "include": [ - "**/*.js" - ] + "include": ["**/*.js"] }, { - "include": [ - "*.json" - ] + "include": ["*.json"] }, { - "include": [ - "src/settings/help.ts" - ], + "include": ["src/settings/help.ts"], "formatter": { "lineWidth": 320 } @@ -127,7 +108,7 @@ "formatter": { "quoteStyle": "double", "semicolons": "always", - "trailingComma": "es5" + "trailingCommas": "es5" } }, "json": { @@ -135,4 +116,4 @@ "trailingCommas": "none" } } -} \ No newline at end of file +}