We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a5942 commit df0cde6Copy full SHA for df0cde6
1 file changed
biome.jsonc
@@ -1,6 +1,15 @@
1
{
2
"$schema": "node_modules/@biomejs/biome/configuration_schema.json",
3
"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
+ },
13
"overrides": [
14
15
// dont sort keys in these because they're usually in a specific order for readability
0 commit comments