Skip to content

Commit

Permalink
Split comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Nov 22, 2022
1 parent 526f1a5 commit ce9d283
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node.ts
@@ -1,12 +1,13 @@
export * from './index.js';

/* eslint-disable n/no-unsupported-features/node-builtins, n/file-extension-in-import */
/* eslint-disable n/no-unsupported-features/node-builtins */

import type { CheerioAPI, CheerioOptions } from './index.js';
import { load } from './index.js';
import { flatten as flattenOptions, InternalOptions } from './options.js';
import { adapter as htmlparser2Adapter } from 'parse5-htmlparser2-tree-adapter';

// eslint-disable-next-line n/file-extension-in-import
import { WritableStream as Htmlparser2Stream } from 'htmlparser2/lib/WritableStream';
import DomHandler from 'domhandler';
import { ParserStream as Parse5Stream } from 'parse5-parser-stream';
Expand Down

0 comments on commit ce9d283

Please sign in to comment.