updated the feature cloud, upgraded biome to 2.0.4
This commit is contained in:
parent
1178bb75e5
commit
56f9927685
3 changed files with 62 additions and 37 deletions
11
biome.json
11
biome.json
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.0.4/schema.json",
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"formatWithErrors": true,
|
||||
|
@ -9,15 +9,12 @@
|
|||
"lineWidth": 66,
|
||||
"attributePosition": "multiline"
|
||||
},
|
||||
"organizeImports": {
|
||||
"enabled": true
|
||||
},
|
||||
"plugins": [],
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true,
|
||||
"style": {
|
||||
"noVar": "error",
|
||||
"useConst": "error"
|
||||
},
|
||||
"suspicious": {
|
||||
|
@ -56,7 +53,7 @@
|
|||
},
|
||||
"overrides": [
|
||||
{
|
||||
"include": [
|
||||
"includes": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
],
|
||||
|
@ -83,7 +80,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"include": [
|
||||
"includes": [
|
||||
"*.astro"
|
||||
],
|
||||
"linter": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue