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 use typescript-eslint v3.0.0 #95

Closed
branflaker opened this issue May 22, 2020 · 3 comments
Closed

Upgrade to use typescript-eslint v3.0.0 #95

branflaker opened this issue May 22, 2020 · 3 comments

Comments

@branflaker
Copy link

The latest version of typescript-eslint (v3.0.0) was released earlier today. It has a few breaking changes that affect this config.
Specifically, running with v3.0.0, the camelcase is no longer recognized and has been replaced by the naming-convention rule.

@iamturns
Copy link
Owner

Thanks for the heads up! I'll do a big dependency update soon, along with ESLint version 7. Just waiting for this to be released: airbnb/javascript#2223

@bbeesley
Copy link

Created a PR to replace the camelcase ref since this is backing up our repos with dependabot PRs.

mgenware pushed a commit to mgenware/eslint-config-airbnb-typescript-lite that referenced this issue May 31, 2020
Typescript eslint camelcase rule has now been removed in favour of the new naming-convention rule.
This change removes the reference to camelcase and replaces it with an equivalent naming-convention
rule.

fix iamturns#95
@iamturns
Copy link
Owner

iamturns commented Jun 3, 2020

Fixed in #99 and released as v8.0.0 🎉

@iamturns iamturns closed this as completed Jun 3, 2020
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 a pull request may close this issue.

3 participants