芯が強い人になるESTJ-A

# vue空格等小错误,导致vue cli报错解决

IT開発 Tags: 无标签 阅读: 114

在.eslintrc.js中

  rules: {
    'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
    'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
    indent: 'off',
    'space-before-function-paren':'off'
  }