【modify】eslint配置文件调整
This commit is contained in:
@@ -15,8 +15,6 @@ module.exports = {
|
||||
'avoidEscape': true,
|
||||
'allowTemplateLiterals': true
|
||||
}],
|
||||
'semi': [2, 'never'],
|
||||
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
|
||||
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
|
||||
'semi': [2, 'never']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user