You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the
不想上班只想要钱 2024-08-02 16:03:01 阅读 85
问题:
Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ignore all warnings in a file.
解决方法
找到build目录下的webpack.base.conf.js文件,注释掉其中的与有关的eslint规则即可。
关闭编码规范检查,编辑webpack.base.conf.js,找到module节点下的rules节点,注释掉这一行:
// ...(config.dev.useEslint ? [createLintingRule()] : []),
上一篇: 探索Elastic Search:强大的开源搜索引擎,详解及使用
下一篇: ES 8.14 向量搜索优化
本文标签
You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the
声明
本文内容仅代表作者观点,或转载于其他网站,本站不以此文作为商业用途
如有涉及侵权,请联系本站进行删除
转载本站原创文章,请注明来源及作者。