赞
踩
1.
vue.config.js 中添加
- module.exports = {
-
- lintOnSave: false,
-
- }
2.package.json中修改
第15行
删除 "eslint:recommended"
或者伪注释(方便复原) "/eslint:recommended"
- "eslintConfig": {
-
- "root": true,
-
- "env": {
-
- "node": true
-
- },
-
- "extends": [
-
- "plugin:vue/essential",
-
- "eslint:recommended"
-
- ],
-
- "parserOptions": {
-
- "parser": "babel-eslint"
-
- },
-
- "rules": {}
-
- },
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。