【modify】修复CallBack的格式等问题

This commit is contained in:
zer0Black
2023-03-01 09:44:20 +08:00
parent 63369b8b87
commit 271b1f8c1e
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -15,6 +15,6 @@ module.exports = {
'avoidEscape': true,
'allowTemplateLiterals': true
}],
'semi': [2, 'never'],
'semi': [2, 'never']
}
}