Browse Source

忽略代码格式校验

James 4 years ago
parent
commit
30b4ffa84f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      build/webpack.base.conf.js

+ 2 - 1
build/webpack.base.conf.js

@@ -40,7 +40,8 @@ module.exports = {
   },
   module: {
     rules: [
-      ...(config.dev.useEslint ? [createLintingRule()] : []),
+      // createLintingRule()
+      ...(config.dev.useEslint ? [] : []),
       {
         test: /\.vue$/,
         loader: 'vue-loader',