Eslint Vue3.0 cancel the project, the project was to test effective!

Tested valid, a total of three steps;

1. Open the project folder or editor, create a new file in the root directory vue.config.js

2, the configuration code is added:

module.exports = {
    lintOnSave: false
};

3, restart the project;

Results as shown:

Published 14 original articles · won praise 0 · Views 217

Guess you like

Origin blog.csdn.net/weixin_45264991/article/details/104079960