Skip to content

Commit

Permalink
chore(config): update biome config to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Dec 28, 2024
1 parent 60dd710 commit 01539d0
Showing 1 changed file with 9 additions and 28 deletions.
37 changes: 9 additions & 28 deletions biome.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down Expand Up @@ -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
}
Expand All @@ -127,12 +108,12 @@
"formatter": {
"quoteStyle": "double",
"semicolons": "always",
"trailingComma": "es5"
"trailingCommas": "es5"
}
},
"json": {
"formatter": {
"trailingCommas": "none"
}
}
}
}

0 comments on commit 01539d0

Please sign in to comment.