You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ Example **.vscode/settings.json**:
118
118
"eslint.validate": [
119
119
"javascript",
120
120
"javascriptreact",
121
-
{ "language": "vue","autoFix": true }
121
+
"vue",
122
122
]
123
123
}
124
124
```
@@ -191,4 +191,4 @@ See also: "[How to use custom parser?](#how-to-use-custom-parser)" section.
191
191
192
192
2. Make sure your tool is set to lint `.vue` files.
193
193
- 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