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

Turn off @typescript-eslint/space-infix-ops #164

Merged
merged 1 commit into from Oct 27, 2020
Merged

Turn off @typescript-eslint/space-infix-ops #164

merged 1 commit into from Oct 27, 2020

Conversation

ybiquitous
Copy link
Contributor

TypeScript ESLint v4.6.0 has added a new rule: @typescript-eslint/space-infix-ops.
This rule is an extension of the core rule space-infix-ops that eslint-config-prettier has turned off already.

See also:

TypeScript ESLint v4.6.0 has added a new rule: `@typescript-eslint/space-infix-ops`.
This rule is an extension of the core rule `space-infix-ops` that `eslint-config-prettier` has turned off already.

See also:
- https://github.com/typescript-eslint/typescript-eslint/releases/tag/v4.6.0
- https://github.com/typescript-eslint/typescript-eslint/blob/v4.6.0/packages/eslint-plugin/docs/rules/space-infix-ops.md
- https://github.com/prettier/eslint-config-prettier/blob/v6.14.0/index.js#L82
@lydell lydell merged commit b875b6e into prettier:master Oct 27, 2020
@ybiquitous ybiquitous deleted the turn-off-typescript-space-infix-ops branch October 27, 2020 17:02
@lydell
Copy link
Member

lydell commented Oct 27, 2020

Thanks! Released in v6.15.0.

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