【fix ESLint】src/components/jero/JCategorySelect
This commit is contained in:
@@ -15,6 +15,7 @@ module.exports = {
|
||||
'avoidEscape': true,
|
||||
'allowTemplateLiterals': true
|
||||
}],
|
||||
'semi': [2, 'never']
|
||||
'semi': [2, 'never'],
|
||||
'prefer-promise-reject-errors': 'warn'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user