mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 08:56:52 +00:00
fix: update biome config
This commit is contained in:
+2
-2
@@ -12,14 +12,14 @@
|
||||
"enabled": true,
|
||||
"indentStyle": "space",
|
||||
"indentWidth": 2,
|
||||
"includes": ["**/frontend", "!backend"]
|
||||
"includes": ["**", "!backend"]
|
||||
},
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true
|
||||
},
|
||||
"includes": ["**/frontend", "!backend"]
|
||||
"includes": ["**", "!backend"]
|
||||
},
|
||||
"assist": {
|
||||
"actions": {
|
||||
|
||||
Reference in New Issue
Block a user