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 56b609e commit 3afd0c2Copy full SHA for 3afd0c2
packages/plugin-eslint-plugin/README.md
@@ -328,7 +328,7 @@ Checkout in 🐊[**Putout Editor**](https://putout.cloudcmd.io/#/gist/42748dc7b0
328
const ruleTester = new RuleTester({
329
languageOptions: {
330
parserOptions: {
331
- ecmaVersion: 2022,
+ ecmaVersion: 2024,
332
sourceType: 'module',
333
},
334
@@ -341,7 +341,7 @@ const ruleTester = new RuleTester({
341
342
343
344
- ecmaVersion: 2024,
+ ecmaVersion: 2025,
345
346
347
0 commit comments