Skip to content

Commit

Permalink
feat: change default ecmaVersion to ES2025
Browse files Browse the repository at this point in the history
  • Loading branch information
twada committed Dec 21, 2024
1 parent abdc40f commit eef4b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ast-properties/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ const ecmaVersions = {
};

module.exports = (ecmaVersion) => {
const version = ecmaVersion || 2022;
const version = ecmaVersion || 2025;
return ecmaVersions[version];
};

0 comments on commit eef4b21

Please sign in to comment.