Skip to content

Commit 2789e81

Browse files
committed
Fix lint
1 parent 26c521d commit 2789e81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ lib/**
33
scripts/**
44
coverage/**
55
postcss.config.js
6+
public

demo/client/components/DemoEditor/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import 'prismjs/components/prism-perl';
2020
import 'prismjs/components/prism-ruby';
2121
import 'prismjs/components/prism-swift';
2222
import createPrismPlugin from 'draft-js-prism-plugin';
23-
import createMarkdownShortcutsPlugin from '../../../..'; // eslint-disable-line
2423
import styled from 'styled-components';
24+
import createMarkdownShortcutsPlugin from '../../../..'; // eslint-disable-line
2525

2626
const prismPlugin = createPrismPlugin({
2727
prism: Prism,

0 commit comments

Comments
 (0)