ci: fix code style linting errors

This commit is contained in:
hanspagel
2020-11-18 10:29:55 +00:00
committed by GitHub Actions
parent 8e1fd50967
commit 29f8b7212a

View File

@@ -17,7 +17,7 @@ const Bold = Mark.create({
name: 'bold', name: 'bold',
defaultOptions: <BoldOptions>{ defaultOptions: <BoldOptions>{
HTMLAttributes: {} HTMLAttributes: {},
}, },
parseHTML() { parseHTML() {