会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
ThisCall
博客园
首页
新随笔
联系
订阅
管理
2023年8月6日
如何关闭eslint
摘要: 1. 关闭整个ESLint 方法一:在package.json文件中移除eslint的依赖,例如: "devDependencies": { "@vue/cli-plugin-babel": "~4.4.0", "@vue/cli-plugin-eslint": "~4.4.0", "@vue/cl
阅读全文
posted @ 2023-08-06 19:23 ThisCall
阅读(3591)
评论(0)
推荐(1)
编辑
error 'XXX' is never reassigned. Use 'const' instead prefer-const
摘要: "prefer-const": "off",
阅读全文
posted @ 2023-08-06 18:51 ThisCall
阅读(292)
评论(0)
推荐(0)
编辑
Strings must use singlequote quotes
摘要:
阅读全文
posted @ 2023-08-06 18:44 ThisCall
阅读(30)
评论(0)
推荐(0)
编辑
公告