Skip to content

Commit

Permalink
Update biome.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Oct 1, 2024
1 parent 611094a commit 163b510
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
"files": { "ignoreUnknown": false, "ignore": [] },
"vcs": {
"enabled": false,
"clientKind": "git",
"useIgnoreFile": false
},
"files": {
"ignoreUnknown": false,
"ignore": []
},
"formatter": {
"enabled": true,
"useEditorconfig": true,
Expand All @@ -15,14 +22,17 @@
"ignore": [
"build/",
"css/transloadit.css",
"package.json",
"coverage/**",
"js/dep/",
"**/node_modules/",
"tests/fixtures/",
"**/test-results/"
]
},
"organizeImports": { "enabled": true },
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
Expand Down Expand Up @@ -55,7 +65,9 @@
"useArrayLiterals": "error",
"useIsNan": "error"
},
"security": { "noGlobalEval": "error" },
"security": {
"noGlobalEval": "error"
},
"style": {
"noCommaOperator": "error",
"noYodaExpression": "error",
Expand Down Expand Up @@ -85,7 +97,14 @@
"useValidTypeof": "error"
}
},
"ignore": ["build/**", "css/transloadit.css", "coverage/**", "js/dep/**", "node_modules/**"]
"ignore": [
"build/**",
"css/transloadit.css",
"package.json",
"coverage/**",
"js/dep/**",
"node_modules/**"
]
},
"javascript": {
"formatter": {
Expand Down

0 comments on commit 163b510

Please sign in to comment.