Skip to content

March 30, 2023

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 30 Mar 14:43
· 473 commits to main since this release
8da04ab

@theguild/eslint-config@0.9.0

Minor Changes

  • #205
    ebd2920
    Thanks @B2o5T! - new rules

    {
      "unicorn/no-array-for-each": "error",
      "unicorn/prefer-string-trim-start-end": "error",
      "no-self-compare": "error",
      "eqeqeq": [
        "error",
        "always",
        {
          "null": "ignore"
        }
      ],
      "@typescript-eslint/consistent-type-assertions": "error"
    }

Patch Changes