Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions cli/biome.jsonc

This file was deleted.

16 changes: 0 additions & 16 deletions demo/biome.jsonc

This file was deleted.

16 changes: 0 additions & 16 deletions scripts/biome.jsonc

This file was deleted.

8 changes: 0 additions & 8 deletions tests/integration/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@
"rules": {
"a11y": {
"useButtonType": "off"
},
"correctness": {
"noNodejsModules": "off"
},
"suspicious": {
"noConsole": {
"level": "off"
}
}
}
}
Expand Down
7 changes: 1 addition & 6 deletions tests/performance/biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@
"linter": {
"rules": {
"correctness": {
"noNodejsModules": "off",
// functions defined in html are not detected as used
"noUnusedVariables": {
"level": "off"
}
},
"suspicious": {
"noConsole": {
"level": "off"
}
}
}
}
Expand Down
Loading