Navigation Menu

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(ts): compat for typescript-eslint 2 #114

Merged
merged 2 commits into from Sep 10, 2019
Merged

feat(ts): compat for typescript-eslint 2 #114

merged 2 commits into from Sep 10, 2019

Conversation

Haroenv
Copy link
Contributor

@Haroenv Haroenv commented Aug 22, 2019

I based my changes on xojs/eslint-config-xo-typescript@1053f6b

and the changelog: https://github.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#200-2019-08-13

fixes #113

This doesn't seem to be tested anywhere, so :fingers_crossed: haha

BREAKING CHANGE: /typescript requires typescript-eslint v2 now

I based my changes on xojs/eslint-config-xo-typescript@1053f6b

and the changelog: https://github.com/typescript-eslint/typescript-eslint/blob/master/CHANGELOG.md#200-2019-08-13

fixes #113

This doesn't seem to be tested anywhere, so :fingers_crossed: haha

BREAKING CHANGE: /typescript requires typescript-eslint v2 now
@yannickcr
Copy link
Contributor

LGTM, just a small change in the @typescript-eslint/no-object-literal-type-assertion rule configuration (was disabled before, now is enabled with allow-as-parameter) that can trigger some new errors.

But if we agree on this new rule and since it is a breaking change anyway then it is not a problem

@Haroenv Haroenv merged commit 170a113 into master Sep 10, 2019
@Haroenv Haroenv deleted the feat/typescript-2 branch September 10, 2019 09:00
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.

Configuration for rule "@typescript-eslint/array-type" is invalid
2 participants