Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Jun 2, 2020
1 parent 26c521d commit 2789e81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -3,3 +3,4 @@ lib/**
scripts/**
coverage/**
postcss.config.js
public
2 changes: 1 addition & 1 deletion demo/client/components/DemoEditor/index.js
Expand Up @@ -20,8 +20,8 @@ import 'prismjs/components/prism-perl';
import 'prismjs/components/prism-ruby';
import 'prismjs/components/prism-swift';
import createPrismPlugin from 'draft-js-prism-plugin';
import createMarkdownShortcutsPlugin from '../../../..'; // eslint-disable-line
import styled from 'styled-components';
import createMarkdownShortcutsPlugin from '../../../..'; // eslint-disable-line

const prismPlugin = createPrismPlugin({
prism: Prism,
Expand Down

0 comments on commit 2789e81

Please sign in to comment.