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

feat: use @typescript-eslint version of no-shadow/no-redeclare #6

Merged
merged 1 commit into from Oct 2, 2020

Conversation

Tigge
Copy link
Contributor

@Tigge Tigge commented Oct 1, 2020

Use @typescript-eslint versions of the no-shadow and no-redeclare rules instead of the ones from eslint that are not guaranteed to work properly.

Remove the no-undef rule since that is covered by typescript and not in the recommended set of rules. See also typescript-eslint/typescript-eslint#2477 (comment).

Use @typescript-eslint versions of the no-shadow and no-redeclare rules.

Remove the no-undef rule since that is covered by typescript and not in
the recommended set of rules. See also
<typescript-eslint/typescript-eslint#2477 (comment)>.
@Tigge Tigge requested review from anius and steabert October 1, 2020 18:05
@anius anius merged commit 0da120b into AxisCommunications:master Oct 2, 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 this pull request may close these issues.

None yet

2 participants