Skip to content

Commit 7107ef0

Browse files
committed
chore: update Biome linting configuration and example script
- Disable 'noBannedTypes' rule in Biome configuration - Modify example script to use Biome check with fix and unsafe options
1 parent de84a59 commit 7107ef0

File tree

5 files changed

+352
-261
lines changed

5 files changed

+352
-261
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"rules": {
2020
"recommended": true,
2121
"complexity": {
22-
"noForEach": "off"
22+
"noForEach": "off",
23+
"noBannedTypes": "off"
2324
},
2425
"style": {
2526
"noNonNullAssertion": "warn",

0 commit comments

Comments
 (0)