We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d29458 commit 9b379a0Copy full SHA for 9b379a0
packages/@vue/cli-plugin-eslint/README.md
@@ -23,11 +23,11 @@
23
24
ESLint can be configured via `.eslintrc` or the `eslintConfig` field in `package.json`.
25
26
-Lint-on-save during development with `eslint-loader` can be enabled with the `lintOnSave` option in `vue.config.js`:
+Lint-on-save during development with `eslint-loader` is enabled by default. It can be disabled with the `lintOnSave` option in `vue.config.js`:
27
28
``` js
29
module.exports = {
30
- lintOnSave: true
+ lintOnSave: false
31
}
32
```
33
0 commit comments