Skip to content

Commit

Permalink
Enable Biome git integration
Browse files Browse the repository at this point in the history
  • Loading branch information
watsonbox committed Oct 1, 2024
1 parent d226b47 commit ce8f347
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions biome.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"vcs": {
"enabled": false,
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
Expand All @@ -12,14 +12,12 @@
"formatter": {
"enabled": true,
"indentStyle": "space",
"ignore": ["main.js", "package.json"]
"ignore": ["package.json"]
},
"organizeImports": {
"ignore": ["main.js"],
"enabled": true
},
"linter": {
"ignore": ["main.js"],
"enabled": true,
"rules": {
"recommended": true,
Expand Down

0 comments on commit ce8f347

Please sign in to comment.