Skip to content

Commit df0cde6

Browse files
author
Mike Valeriano
committed
chore: temporary biome rule disabling
1 parent f0a5942 commit df0cde6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

biome.jsonc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": ["@mkvlrn/config/biome"],
4+
"linter": {
5+
"rules": {
6+
"nursery": {
7+
// temporary because of subpath imports
8+
// might be fixed, discussed: https://github.com/biomejs/biome/discussions/5603
9+
"noUnresolvedImports": "off"
10+
}
11+
}
12+
},
413
"overrides": [
514
{
615
// dont sort keys in these because they're usually in a specific order for readability

0 commit comments

Comments
 (0)