Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Update to eslint-config-airbnb-base v11.0.0 #362

Merged
merged 4 commits into from
Dec 13, 2016

Conversation

Arcanemagus
Copy link
Member

@Arcanemagus Arcanemagus commented Dec 13, 2016

Fixes the lint issues exposed, and updates the following to satisfy peerDependencies:

  • eslint@^3.12.0
  • eslint-plugin-import@^2.2.0

Also brings in a massive simplification of the rules, including removal of babel-eslint as it wasn't necessary here.

Closes #350.
Closes #355.

Fixes the lint issues exposed, and updates the following to satisfy
peerDependencies:
* `eslint@^3.12.0`
* `eslint-plugin-import@^2.2.0`
Remove several rules that shouldn't have been overridden in the first
place.
Re-enable the `comma-dangle` and `semi` rules. The less that we have
configured means the less we have to maintain.
The only reason this was brought in was for the type support, but this was
never utilized in the code beyond a single type check that meant nothing.
Remove it entirely for now as it brings in a lot of extra places for
things to break for no benefit.
@Arcanemagus Arcanemagus merged commit afa9f78 into master Dec 13, 2016
@Arcanemagus Arcanemagus deleted the arcanemagus/eslint-config-airbnb-base-11.0.0 branch December 13, 2016 19:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant