Skip to content

Commit 98b42b7

Browse files
committed
add options (that dont seem to do anything)
1 parent 3c87623 commit 98b42b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plugin.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ const supportedV1 = {
1313
"rest-argument": true,
1414
// ES 9 named capture groups are supported.
1515
"regexp-named-capture-groups": true,
16+
// Cannot use `node:` prefixes
17+
"node-colon-prefix-import": false,
18+
"node-colon-prefix-require": false,
1619
}
1720

1821
const supportedV2 = {

0 commit comments

Comments
 (0)