We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1665777 commit 8f0cc8fCopy full SHA for 8f0cc8f
lib/rules/no-unsupported-features/es-syntax.js
@@ -126,7 +126,7 @@ const features = {
126
ruleId: "no-modules",
127
cases: [
128
{
129
- supported: "13.2.0",
+ supported: new Range("^12.17 || >=13.2"),
130
messageId: "no-modules",
131
},
132
],
@@ -379,7 +379,7 @@ const features = {
379
ruleId: "no-dynamic-import",
380
381
382
- supported: new Range(">=12.17 <13 || >=13.2"),
383
messageId: "no-dynamic-import",
384
385
0 commit comments