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
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
When using the next version of babel-eslint, namely 11.0.0-beta.0, it seems really hard to make it find the babel config file with atom-eslint. While the ESLint cli alone is working fine.
Parsing error: No Babel config file detected for /home/[...]/libs/ui/src/Foo/Foo.js. Either disable config file checking with requireConfigFile: false, or configure Babel so that it can find the config files. (Fatal)
Issue Type
Feature Request, Question
Issue Description
When using the next version of
babel-eslint
, namely11.0.0-beta.0
, it seems really hard to make it find the babel config file withatom-eslint
.While the ESLint cli alone is working fine.
See https://github.com/babel/babel-eslint#additional-parser-configuration
Project structure
Tried the new config options but no result:
Where
'/home/[...]/libs'
is one level higher than the actual project root...Bug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette belowThe text was updated successfully, but these errors were encountered: