You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've run into an issue with the new flat config format: repro
Eslint outputs the error: Parse errors in imported module './test': parserPath or languageOptions.parser is required! (undefined:undefined) which originates from the function getParserPath of the 'eslint-module-utils' package: source
The function returns context.parserPath as a fallback (when the values of import/parsers are invalid). But as far as I can tell context.parserPath is not defined with the new flat config format, right?
The text was updated successfully, but these errors were encountered:
Hey there,
I've run into an issue with the new flat config format: repro
Eslint outputs the error:
Parse errors in imported module './test': parserPath or languageOptions.parser is required! (undefined:undefined)
which originates from the functiongetParserPath
of the 'eslint-module-utils' package: sourceThe function returns
context.parserPath
as a fallback (when the values ofimport/parsers
are invalid). But as far as I can tellcontext.parserPath
is not defined with the new flat config format, right?The text was updated successfully, but these errors were encountered: