We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dad6e commit a608724Copy full SHA for a608724
1 file changed
biome.json
@@ -1,10 +1,14 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3
- "files": {
4
- "ignore": ["playground/**"]
+ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
+ "assist": {
+ "actions": {
5
+ "source": {
6
+ "organizeImports": "on"
7
+ }
8
9
},
- "organizeImports": {
- "enabled": true
10
+ "files": {
11
+ "includes": ["src/**"]
12
13
"vcs": {
14
"enabled": true,
0 commit comments