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

[Infrastructure]: Update @typescript-eslint to the latest version #38841

Closed
a-tarasyuk opened this issue May 29, 2020 · 1 comment
Closed

[Infrastructure]: Update @typescript-eslint to the latest version #38841

a-tarasyuk opened this issue May 29, 2020 · 1 comment
Labels
Infrastructure Issue relates to TypeScript team infrastructure

Comments

@a-tarasyuk
Copy link
Contributor

The following rules were removed in the latest version of @typescript-eslint in favor to naming-convention

"camelcase": "off",
"@typescript-eslint/camelcase": ["error", { "properties": "never", "allow": ["^[A-Za-z][a-zA-Za-z]+_[A-Za-z]+$"] }],

"@typescript-eslint/class-name-casing": "error",

"@typescript-eslint/interface-name-prefix": "error",

naming-convention is more strict and need to choose the most optimal configuration.

@RyanCavanaugh RyanCavanaugh added the Infrastructure Issue relates to TypeScript team infrastructure label Jun 1, 2020
@a-tarasyuk
Copy link
Contributor Author

#39242

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Issue relates to TypeScript team infrastructure
Projects
None yet
Development

No branches or pull requests

2 participants