updated the feature cloud, upgraded biome to 2.0.4

This commit is contained in:
Xanazf 2025-07-02 02:40:16 +03:00
parent 1178bb75e5
commit 56f9927685
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
3 changed files with 62 additions and 37 deletions

View file

@ -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": {