Skip to content

Commit

Permalink
👍 add biome.json in root
Browse files Browse the repository at this point in the history
  • Loading branch information
nus3 committed Apr 17, 2024
1 parent e3fe6e2 commit 6a108af
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ yarn-error.log*

# turbo
.turbo

dist
13 changes: 1 addition & 12 deletions apps/react-vitest/biome.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"indentStyle": "space"
}
"extends": ["../../biome.json"]
}
16 changes: 16 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"formatter": {
"enabled": true,
"indentStyle": "space"
}
}

0 comments on commit 6a108af

Please sign in to comment.