Skip to content

Commit 0e3cb23

Browse files
authored
docs: update editor.codeActionsOnSave values in README.md (#158)
1 parent e35e127 commit 0e3cb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ the following to your editor configuration.
9494
```json
9595
{
9696
"editor.codeActionsOnSave": {
97-
"quickfix.biome": true
97+
"quickfix.biome": "explicit"
9898
}
9999
}
100100
```
@@ -117,7 +117,7 @@ To automatically sort imports on save, add the following to your editor configur
117117
```json
118118
{
119119
"editor.codeActionsOnSave": {
120-
"source.organizeImports.biome": true
120+
"source.organizeImports.biome": "explicit"
121121
}
122122
}
123123
```

0 commit comments

Comments
 (0)