Skip to content

Commit 1be82cf

Browse files
committed
fix: comment
1 parent f83d6e5 commit 1be82cf

File tree

1 file changed

+1
-1
lines changed
  • packages/vue-cli-plugin-mpx-eslint

1 file changed

+1
-1
lines changed

packages/vue-cli-plugin-mpx-eslint/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = function (api, options, webpackConfig) {
99
const eslintWebpackPluginOptions = {
1010
// common to both plugin and ESlint
1111
extensions,
12-
// ESlint options 全部禁用
12+
// ESlint options
1313
// 5.x的eslint-webpack-plugin这两个选项是控制是否退出构建的,但是eslint错误上不应该退出构建,所以这里全部禁用
1414
failOnWarning: false,
1515
failOnError: false,

0 commit comments

Comments
 (0)