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

[camelcase] definition for rule '@typescript-eslint/camelcase' was not found #43

Closed
lovekaizen opened this issue May 30, 2020 · 2 comments

Comments

@lovekaizen
Copy link
Contributor

lovekaizen commented May 30, 2020

eslint-config-airbnb-typescript has not yet been updated to the latest version of eslint-typescript

A workaround is to add these rules to your eslint config file:

"@typescript-eslint/camelcase": "off"
"@typescript-eslint/naming-convention": "warn" // or whichever level you need

You can track the PR here: iamturns/eslint-config-airbnb-typescript#95

@davidjbradshaw
Copy link
Owner

What’s wrong with deprecating a rule for one version, before taking out in the following release 🥺

@lovekaizen
Copy link
Contributor Author

this has now been resolved here: in version 8.0.0 iamturns/eslint-config-airbnb-typescript#99

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

No branches or pull requests

2 participants