南昌市物联网技防平台-前端
nnnjjj123
2021-01-28 2f352dc93a69a0062063f1a26eab5ec9bac09c82
解决报错信息
1 files modified
5 ■■■■■ changed files
.eslintrc.js 5 ●●●●● patch | view | raw | blame | history
.eslintrc.js
@@ -9,9 +9,10 @@
  ],
  rules: {
    'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
    'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
    'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
    "no-unused-vars": 'off'
  },
  parserOptions: {
    parser: 'babel-eslint'
  }
}
}