Skip to content

Commit

Permalink
[biome.json] Enable check but disable "organizeImports" for now.
Browse files Browse the repository at this point in the history
I can't figure out how to organize imports using the formatter, and I gave up on doing hundreds of files by hand (Biome may have some bugs, and VS Code is inconsistent about which tool is used to organize imports).
  • Loading branch information
lgarron committed Sep 1, 2023
1 parent b5e7c71 commit b43cb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ setup:
quick-setup: | node_modules
.PHONY: lint
lint:
${BIOME} lint ./script ./src
${BIOME} check ./script ./src
.PHONY: lint-ci
lint-ci:
${BIOME} ci ./script ./src
Expand Down
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,8 @@
"./src/sites/experiments.cubing.net/cubing.js/rust/wasm/*.js",
"./src/sites/experiments.cubing.net/cubing.js/rust/wasm/*.d.ts"
]
},
"organizeImports": {
"enabled": false
}
}

0 comments on commit b43cb14

Please sign in to comment.