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

Commits on Oct 27, 2020

  1. Turn off @typescript-eslint/space-infix-ops

    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
    ybiquitous committed Oct 27, 2020
    Copy the full SHA
    840e5b9 View commit details
    Browse the repository at this point in the history