【fix ESLint】src/components/jero/JCategorySelect

This commit is contained in:
zhaoxiao
2023-03-03 16:35:09 +08:00
parent d84f974aba
commit 650a61685a
2 changed files with 10 additions and 12 deletions
+2 -1
View File
@@ -15,6 +15,7 @@ module.exports = {
'avoidEscape': true,
'allowTemplateLiterals': true
}],
'semi': [2, 'never']
'semi': [2, 'never'],
'prefer-promise-reject-errors': 'warn'
}
}