Skip to content

Commit c436033

Browse files
committed
chore(biome): update linter rules for naming conventions
- Adjusted the linter configuration to enforce naming conventions with a warning level. - Disabled the console rule to allow console statements in the codebase.
1 parent bbd81a7 commit c436033

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

biome.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
},
77
"linter": {
88
"rules": {
9+
"style": {
10+
"useNamingConvention": "warn"
11+
},
912
"suspicious": {
1013
"noConsole": "off"
1114
},

0 commit comments

Comments
 (0)