智慧农业后台管理页面
shuishen
2022-07-29 adf4c52344cf6f0ea16d1f01410258648c9f5356
函数形参不使用报错的问题
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'