找到build/webpack.base.conf.js中的

...(config.dev.useEslint ? [createLintingRule()] : []),

然后删除[createLintingRule()即可

如何关闭vue项目中eslint的校验

相关文章: