-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Automatically include plugin when extending preset #313
Closed
UltCombo opened this issue
Feb 11, 2018
· 1 comment
· Fixed by ali8889/emerald-wallet#5, DavidKindler/burger-builder#21, DavidKindler/burger-builder#25 or BrianLusina/minesweeper#23 · May be fixed by pcardune/redux-firebase-mirror#148
Closed
Automatically include plugin when extending preset #313
UltCombo opened this issue
Feb 11, 2018
· 1 comment
· Fixed by ali8889/emerald-wallet#5, DavidKindler/burger-builder#21, DavidKindler/burger-builder#25 or BrianLusina/minesweeper#23 · May be fixed by pcardune/redux-firebase-mirror#148
Labels
Comments
🎉 This issue has been resolved in version 2.49.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This was referenced Sep 20, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've noticed other ESLint presets such as
eslint-plugin-prettier
andeslint-plugin-react
do not require explicitly adding the plugin to the.eslintrc
'splugins
array when extending a preset.I think this would be a nice little extra convenience.
The text was updated successfully, but these errors were encountered: