vue项目eslint配置

rules: {
    'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
    'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
    'space-before-function-paren': 0
  }
posted @ 2021-04-08 19:28  流弊的小涛  阅读(76)  评论(0编辑  收藏  举报