-
Notifications
You must be signed in to change notification settings - Fork 26.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[eslint config] [deps] [breaking] update
eslint-config-airbnb-base
,…
… `eslint-plugin-import`
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0bb3eb5
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.
Can we actually get this released? It's somewhat strange now since the
base
depends on2.0.1
of import plugin, while the main package still relies on1.16.0
.0bb3eb5
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.
I'm waiting on a few things: import-js/eslint-plugin-import#630, so i can bump it in the base config; and then a few bugs in eslint-plugin-react.
I'm not sure why it's strange since people should be depending on either the main config or the base, and should be installing peer deps with the command in the readme, so they shouldn't be running into any problems.
0bb3eb5
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.
@ljharb Well it's strange in a moment I am working on different projects, one using React (so there is a full airbnb config) and other uses just a base. There are some small differences between those two. But I understand, I will try to survive :) Thanks for a reply.