问题:
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节点,注释掉这一行:文章来源地址https://www.toymoban.com/news/detail-845253.html
// ...(config.dev.useEslint ? [createLintingRule()] : []),
文章来源:https://www.toymoban.com/news/detail-845253.html
到了这里,关于You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!