-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Roadmap: 2.0.0 #3561
Comments
I can take lead on cleaner schemas for #3625. |
Great, updated the description |
What sort of approach should be taken for updating the |
We just need to see if there are any other rules that should be on by default to avoid possible errors. |
I've tried 2.0beta2 on my projects. Everything looks nice except one too restrictive behaviour in |
Looks like we've cleared the board for 2.0.0, so closing. |
It seems all roads end here for "glob matching" / "config by file extension" / --ext in config. Where has this (previously on the roadmap) feature gone?* (Solely seeking information) See #2203 (comment), #2274 (comment), #2473 (comment), #2565 (comment), #2958 (comment), #3105 (comment), #3105 (comment) |
This issue is a tracking issue so we can more easily see what we're working towards for ESLint v2.0.0. These tasks won't necessarily wait for 2.0.0, but rather, we will know it's time for 2.0.0 once the non-breaking items in this list are complete. At that point, we can start working on the breaking changes and prepare for 2.0.0. For context on many of these, see #2203.
These are not in priority order:
.eslintrc
files (lead: @nzakas, Request: support .eslint.yaml as a valid config filename #4045)package.json
like.eslintrc
(lead: @nzakas, Treat package.json just like .eslintrc files #4451)eslint:recommended
rules list (lead: ?)yield-star-spacing
(lead: ?, Create yield-star-spacing rule #4115)builtin
toes6
environment (lead: @nzakas, no-undef does not catch Promise #4085).eslintignore
work exactly like.gitignore
(lead: @JulianLaval, Make .eslintignore work like .gitignore [$100] #2365)This issue will be closed when all of the subissues are complete. We may add more into this list as needed.
The text was updated successfully, but these errors were encountered: