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

add no-explicit-any #36

Closed
danny007in opened this issue Apr 22, 2021 · 1 comment
Closed

add no-explicit-any #36

danny007in opened this issue Apr 22, 2021 · 1 comment

Comments

@danny007in
Copy link

https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-explicit-any.md

@EdJoPaTo
Copy link

// TODO: Try to enable this again in 2022.
// Disabled for now. This is a great rule. It's just that TypeScript is not good enough yet to not use `any` in many places.
// For example: https://github.com/sindresorhus/refined-github/pull/2391#discussion_r318995182
// '@typescript-eslint/no-explicit-any': [
// 'error',
// {
// fixToUnknown: true,
// ignoreRestArgs: true
// }
// ],

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