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

Update ESLint configuration #347

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Commits on Sep 26, 2023

  1. Update ESLint configuration

    fredden committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    2787b5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    662113b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c6374a View commit details
    Browse the repository at this point in the history
  4. Avoid conflict: mixed-operators / extra-parens

    The documentation for 'no-mixed-operators' states:
    > This rule may conflict with no-extra-parens rule. If you use both this and
    > no-extra-parens rule together, you need to use the nestedBinaryExpressions
    > option of no-extra-parens rule.
    fredden committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    a1766bf View commit details
    Browse the repository at this point in the history