Skip to content

Commit 3da190e

Browse files
committed
refactor: plugin system
1 parent 232e755 commit 3da190e

22 files changed

+414
-490
lines changed

biome.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",
@@ -69,11 +69,14 @@
6969
}
7070
},
7171
{
72-
"includes": ["**/*.test.*", "**/*.spec.*", "**/*.e2e.test.*"],
72+
"includes": ["**/*.test.*", "**/*.spec.*", "**/*.e2e.test.*", "tests/**/*"],
7373
"linter": {
7474
"rules": {
7575
"style": {
7676
"noNonNullAssertion": "off"
77+
},
78+
"suspicious": {
79+
"noExplicitAny": "off"
7780
}
7881
}
7982
}

0 commit comments

Comments
 (0)