Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 103fcb5

Browse files
author
Shammamah Hossain
committed
Disable eslint error.
1 parent 9d9aa6e commit 103fcb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fragments/Markdown.react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import '../components/css/highlight.css';
99
export default class DashMarkdown extends Component {
1010
constructor(props) {
1111
super(props);
12+
/* eslint-disable no-new */
1213
new Highlight();
1314
if (Highlight.isReady !== true) {
1415
Highlight.isReady.then(() => { this.setState({}); })

0 commit comments

Comments
 (0)