Skip to content

Commit f0e52bf

Browse files
authored
Update README.md (#26)
1 parent 99c3ea3 commit f0e52bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/user-guide/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Example **.vscode/settings.json**:
118118
"eslint.validate": [
119119
"javascript",
120120
"javascriptreact",
121-
{ "language": "vue", "autoFix": true }
121+
"vue",
122122
]
123123
}
124124
```
@@ -191,4 +191,4 @@ See also: "[How to use custom parser?](#how-to-use-custom-parser)" section.
191191

192192
2. Make sure your tool is set to lint `.vue` files.
193193
- CLI targets only `.js` files by default. You have to specify additional extensions by `--ext` option or glob patterns. E.g. `eslint "src/**/*.{js,vue}"` or `eslint src --ext .vue`.
194-
- If you are having issues with configuring editor please read [editor integrations](#editor-integrations)
194+
- If you are having issues with configuring editor please read [editor integrations](#editor-integrations)

0 commit comments

Comments
 (0)