您现在的位置是:首页 > 网站制作 > vue.js心得vue.js心得
vue关闭eslint规范
蒙xs2022-04-11【vue.js心得】人已围观
简介 在package.json文件内加入如下代码:然后保存重启项目。"rules": {
"generator-star-spacing": "off",
"no-tabs":"off",
"no-unused-vars":"off",
"no-console"
- 在package.json文件内加入如下代码:然后保存重启项目。
"rules": {
"generator-star-spacing": "off",
"no-tabs":"off",
"no-unused-vars":"off",
"no-console":"off",
"no-irregular-whitespace":"off",
"no-debugger": "off"
},
Tags:
很赞哦! ()
上一篇:vue from 循环指定个数