Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

feat: use @typescript-eslint for TypeScript rules #45

Merged
merged 1 commit into from
Jan 29, 2019

Conversation

honzahovorka
Copy link
Contributor

Since eslint/typescript-eslint-parser is deprecated, let's use @typescript-eslint/parser instead.

'@typescript-eslint/member-delimiter-style': ['warn', {
multiline: {
delimiter: 'none',
requireLast: false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change necessary in order to switch the packages or is this a rule change suggestion? 😇 If it is the latter I would prefer to have it in a separate PR so we can discuss the change with the whole team. 🙏

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a necessary change. It should behave in the same way as before 😇

Copy link
Member

@robertrossmann robertrossmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add the TS plugin to the package.json and remove rule behaviour modifications. 🙏 Otherwise, thanks for making the switch! 👍

@honzahovorka honzahovorka force-pushed the feature/typescript-eslint branch from 048096e to 8bc7f7d Compare January 29, 2019 14:02
Copy link
Member

@robertrossmann robertrossmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

w00t! 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants