Closed
Description
Tell us about your environment
- ESLint version: 7.24.0
- eslint-plugin-vue version: 7.9.0
- Node version: 12.14.0
The problem you want to solve.
Supports AST added in ES2022.
https://github.com/estree/estree/blob/master/es2022.md
Your take on the correct solution to problem.
Modify the AST type to modify the associated rules. However, there may not yet be a parser that outputs this new AST.
Additional context