vscode cannot automatically fix eslint error

王林
Release: 2020-03-14 11:34:21
Original
5490 people have browsed it

vscode cannot automatically fix eslint error

1. Install the plug-in

npm i -g eslint-plugin-vue
Copy after login

2. Modify the files in the project and path: .eslintrc | .eslint.js

vscode cannot automatically fix eslint error

(Learning video recommendation:java video tutorial)

3. Add eslint and vetur plug-ins

vscode cannot automatically fix eslint error

vscode cannot automatically fix eslint error

4. Modify the vscode preference configuration

"eslint.autoFixOnSave": true, "eslint.validate": [ "javascript",{ "language": "vue", "autoFix": true },"html", "vue" ],
Copy after login

After the configuration is completed, restart vscode, and the eslint error will be automatically repaired when saving.

Recommended tutorial:vscode tutorial

The above is the detailed content of vscode cannot automatically fix eslint error. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!