One more `ecmaVersion`-related issue
zloirock opened this issue · 0 comments
zloirock commented
I'm trying to use @babel/eslint-parser
in the base config. Now it does not support 'latest'
as ecmaVersion
that is supported in the default eslint
parser, so I set ecmaVersion
to 2022
and it works as expected, but jsonc-eslint-parser
inherit it and die on it.
/***/package.json
0:0 error Parsing error: Invalid ecmaVersion