Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Aug 3, 2023
1 parent 5ab86d6 commit 0664a29
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/umd-test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import '../lib/marked.umd.js';

if (!marked.parse("# test").includes("<h1")) {
throw new Error("Invalid markdown");
// eslint-disable-next-line no-undef
if (!marked.parse('# test').includes('<h1')) {
throw new Error('Invalid markdown');
}

0 comments on commit 0664a29

Please sign in to comment.