Skip to content

Commit 83f7da9

Browse files
committed
Fix linting
1 parent 5a94a50 commit 83f7da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/PluginEditor/utils/createCompositeDecorator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export default (plugins) => {
55
.filter((plugin) => plugin.compositeDecorator !== undefined)
66
.map((plugin) => plugin.compositeDecorator);
77
return new CompositeDecorator(decorators.toJS());
8-
}
8+
};

src/PluginEditor/utils/createWithText.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { EditorState, convertFromRaw, ContentState } from 'draft-js';
1+
import { EditorState, ContentState } from 'draft-js';
22
import createCompositeDecorator from './createCompositeDecorator';
33

44
export default (text, plugins) => {

0 commit comments

Comments
 (0)