-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update: Allow eslint:all and eslint:recommended paths to be passed in #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM.
Small suggestion: might be nice to update typedefs for CascadingConfigArrayFactoryOptions
, CascadingConfigArrayFactoryInternalSlots
, ConfigArrayFactoryOptions
, and ConfigArrayFactoryInternalSlots
.
Question: what's the plan for tests in this repository? (we are currently running tests from tests/lib/shared
only; other tests are more or less broken).
I’m going to circle back and do the tests as part of the next step. They need to be overhauled completely to work in this repo, so I figure I’ll bundle that work with removing the corresponding test files from the eslint repo. Totally missed the typedefs. I’ll update those. |
Updated type info. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one minor typo:) other things LGTM!
Co-authored-by: YeonJuan <yeonjuan93@naver.com>
This change allows us to pass in the location of
eslint:all
andeslint:recommended
configs from the maineslint
project.This is necessary for proper calculation of configs at runtime while allowing
eslint
to be the source of truth for that information.