Skip to content

Commit

Permalink
Update eslint-plugin-node to -n
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Nov 22, 2022
1 parent 6e7dbf4 commit 526f1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.ts
@@ -1,6 +1,6 @@
export * from './index.js';

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

import type { CheerioAPI, CheerioOptions } from './index.js';
import { load } from './index.js';
Expand Down

0 comments on commit 526f1a5

Please sign in to comment.