We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 873f2b1 + b73acad commit d8405d7Copy full SHA for d8405d7
2 files changed
.pre-commit-config.yaml
@@ -40,4 +40,3 @@ repos:
40
rev: v2.4.15
41
hooks:
42
- id: biome-check
43
- additional_dependencies: ["@biomejs/biome@1.8.1"]
biome.json
@@ -1,7 +1,11 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.4.0/schema.json",
3
- "organizeImports": {
4
- "enabled": false
+ "$schema": "https://biomejs.dev/schemas/2.4.15/schema.json",
+ "assist": {
+ "actions": {
5
+ "source": {
6
+ "organizeImports": "off"
7
+ }
8
9
},
10
"formatter": {
11
"indentStyle": "space",
0 commit comments