mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
upgrade to react 19
This commit is contained in:
10
biome.json
10
biome.json
@@ -8,8 +8,7 @@
|
||||
},
|
||||
"formatter": {
|
||||
"enabled": true,
|
||||
"indentStyle": "space",
|
||||
"ignore": ["**/package.json"]
|
||||
"indentStyle": "space"
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
@@ -23,6 +22,13 @@
|
||||
"indentWidth": 3
|
||||
}
|
||||
},
|
||||
"json": {
|
||||
"formatter": {
|
||||
"indentWidth": 2,
|
||||
"lineWidth": 80,
|
||||
"indentStyle": "space"
|
||||
}
|
||||
},
|
||||
"files": {
|
||||
"ignore": [
|
||||
"**/node_modules/**",
|
||||
|
||||
Reference in New Issue
Block a user