Skip to content

Commit 98b873a

Browse files
authored
feat: Added supported version for module imports(13.2.0) (#52)
1 parent a6a31bb commit 98b873a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rules/no-unsupported-features/es-syntax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const features = {
126126
ruleId: "no-modules",
127127
cases: [
128128
{
129-
supported: null,
129+
supported: "13.2.0",
130130
messageId: "no-modules",
131131
},
132132
],

0 commit comments

Comments
 (0)