Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
airtonix committed Jun 19, 2024
1 parent 3fb91a7 commit 7272236
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/produces-rendered-svg.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import remarkParse from 'remark-parse';
import remarkStringify from 'remark-stringify';
import http from 'node:http';
import open from 'open';
import { remarkNomnoml } from '../dist/remark-nomnoml';
import isCi from 'is-ci';

import { remarkNomnoml } from '../dist/remark-nomnoml';

const processor = unified()
.use(remarkParse)
.use(remarkNomnoml)
Expand Down

0 comments on commit 7272236

Please sign in to comment.