mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-17 18:46:36 +08:00
commit:更新前端版本到1.9
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = {
|
||||
parser: 'babel-eslint'
|
||||
},
|
||||
rules: {
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-console': 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'semi': ['off', 'always'],
|
||||
'prefer-promise-reject-errors': ['error', { 'allowEmptyReject': true }],
|
||||
@@ -23,8 +23,7 @@ module.exports = {
|
||||
'lines-between-class-members': ['off'],
|
||||
// 'no-undef': ['off', 'always'],
|
||||
// 'no-unused-vars': ['off', 'always'],
|
||||
'no-new-func': ['off', 'always'],
|
||||
'no-console': ['off']
|
||||
'no-new-func': ['off', 'always']
|
||||
},
|
||||
overrides: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user