处理eslint问题

This commit is contained in:
zer0Black
2023-08-14 18:45:08 +08:00
parent cf97800d48
commit 9498a5c745
7 changed files with 12 additions and 19 deletions
+1 -1
View File
@@ -16,6 +16,6 @@ module.exports = {
'allowTemplateLiterals': true
}],
'semi': [2, 'never'],
'prefer-promise-reject-errors': 'warn'
'prefer-promise-reject-errors': 'off'
}
}