南昌市物联网技防平台-前端
nnnjjj123
2021-01-28 2f352dc93a69a0062063f1a26eab5ec9bac09c82
解决报错信息
1 files modified
3 ■■■■ changed files
.eslintrc.js 3 ●●●● patch | view | raw | blame | history
.eslintrc.js
@@ -9,7 +9,8 @@
  ],
  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'