Skip to content
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

Upgrade to ESLint 7 + typescript-eslint 3 #19

Merged
merged 1 commit into from
Jun 6, 2020
Merged

Upgrade to ESLint 7 + typescript-eslint 3 #19

merged 1 commit into from
Jun 6, 2020

Conversation

72636c
Copy link
Member

@72636c 72636c commented Jun 6, 2020

You'll notice there are disabled rules.

  • any strictness seems like the highest-value change.
  • I'm not convinced that explicit-module-boundary-types is appropriate at this time. We could land it separately but it's still a very large change that is of questionable benefit if everything else is typed.
  • no-use-before-define asks you to do work for no benefit when dealing with functions and TypeScript types. It also can't account for certain closure patterns.

You'll notice there are disabled rules.

- `any` strictness seems like the highest-value change.
- I'm not convinced that explicit-module-boundary-types is appropriate
  at this time. We could land it separately but it's still a very large
  change that is of questionable benefit if everything else is typed.
- `no-use-before-define` asks you to do work for no benefit when dealing
  with functions and TypeScript types. It also can't account for certain
  closure patterns.
@72636c 72636c requested a review from a team as a code owner June 6, 2020 10:13
@changeset-bot
Copy link

changeset-bot bot commented Jun 6, 2020

🦋 Changeset is good to go

Latest commit: ca99c1e

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@72636c 72636c merged commit 84a3262 into master Jun 6, 2020
@72636c 72636c deleted the eslint-7 branch June 6, 2020 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants