Skip to content

Conversation

koddsson
Copy link
Contributor

@koddsson koddsson commented Apr 1, 2020

eae37ab

@typescript-eslint already includes a no-unused-vars rule so we use that one instead.

be71c95

I think we want to just allow people to name their interfaces whatever they want.

@koddsson koddsson added this to the 4.0.0 milestone Apr 1, 2020
@koddsson koddsson requested a review from a team as a code owner April 1, 2020 16:37
@keithamus
Copy link
Contributor

keithamus commented Apr 2, 2020

@typescript-eslint already includes a no-unused-vars rule so we use that one instead.

For posterity - we extend from @typescript-eslint/recommended which includes the @typescript/no-unused-vars rule.

I think we want to just allow people to name their interfaces whatever they want.

The same config also has the @typescript/interface-name-prefix rule set, which we're disabling here.

@koddsson koddsson merged commit 9f552f1 into master Apr 3, 2020
@koddsson koddsson deleted the change-typescript-rules branch April 3, 2020 08:33
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.

3 participants