Skip to content

Commit d483b6f

Browse files
committed
docs: readme fix
1 parent d78e464 commit d483b6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ In either your workspace or user settings add the following settings. Linter xo
5454

5555
As of v3.18, vscode-linter-xo will respect the 'source.fixAll' code action request and auto format code on save. If you choose to auto format by this method, it is best to turn "editor.formatOnSave" off. You can also use 'source.fixAll.xo' code action on save to avoid running other formatters which support code actions on save.
5656

57-
```json
57+
```jsonc
5858
{
5959
"editor.formatOnSave": false,
6060
"xo.format.enable": true,
6161
"editor.codeActionsOnSave": {
6262
"source.fixAll": "explicit", // or you can use the xo specific code action on save
63-
"source.fixAll.xo": "explicit
63+
"source.fixAll.xo": "explicit"
6464
}
6565
}
6666
```

0 commit comments

Comments
 (0)