Skip to content

Commit

Permalink
feat: Added supported version for module imports(13.2.0) (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Sep 22, 2022
1 parent a6a31bb commit 98b873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/es-syntax.js
Expand Up @@ -126,7 +126,7 @@ const features = {
ruleId: "no-modules",
cases: [
{
supported: null,
supported: "13.2.0",
messageId: "no-modules",
},
],
Expand Down

0 comments on commit 98b873a

Please sign in to comment.