No idea where I'm at with this, I think somewhat near the end though
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
@@ -10,7 +10,8 @@
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "tab"
|
||||
"indentStyle": "tab",
|
||||
"lineWidth": 320
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
@@ -19,7 +20,8 @@
|
||||
},
|
||||
"domains": {
|
||||
"next": "recommended",
|
||||
"react": "recommended"
|
||||
"react": "recommended",
|
||||
"project": "recommended"
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
|
||||
Reference in New Issue
Block a user