Skip to content

Releases: moritz-grimm/eslint-config

v2.2.0

Choose a tag to compare

@moritz-grimm moritz-grimm released this 19 Apr 15:55

[2.2.0] - 2026-04-19

Added

  • Added stylistic spacing rules:
    • stylistic/comma-spacing — space after commas, not before
    • stylistic/member-delimiter-style — semicolons in interfaces and type literals
    • stylistic/array-bracket-spacing: "always" — spaces inside array brackets
    • stylistic/computed-property-spacing: "never" — no spaces in computed property brackets
    • stylistic/key-spacing — space after colon in object keys, not before
    • stylistic/semi-spacing — space after semicolons, not before
    • stylistic/space-infix-ops — spaces around operators
    • stylistic/arrow-spacing — spaces around =>
    • stylistic/block-spacing — spaces inside single-line blocks
    • stylistic/space-before-blocks — space before {
    • stylistic/space-in-parens: "never" — no spaces inside parentheses
    • stylistic/template-curly-spacing: "never" — no spaces in ${...}
    • stylistic/switch-colon-spacing — space after colon in switch cases, not before
  • Added TypeScript rules:
    • @typescript-eslint/consistent-type-imports — enforce import type for type-only imports
    • @typescript-eslint/no-unnecessary-type-assertion — warn on redundant as casts

Removed

  • Removed @typescript-eslint/comma-dangle from the TypeScript config (redundant with stylistic/comma-dangle, and deprecated by typescript-eslint)

v1.0.3

Choose a tag to compare

@moritz-grimm moritz-grimm released this 10 Mar 10:56

[1.0.3] - 2026-03-10

Added

  • Added camelcase rule with level "error"
  • Added CHANGELOG.md

Changed

  • Updated RULES.md to include new camelcase rule
  • eqeqeq rule documentation in RULES.md corrected from "warn" to "error" to match the actual config (the rule itself was already "error" since the modularization in the pre-rename era)

v1.0.2

Choose a tag to compare

@moritz-grimm moritz-grimm released this 08 Mar 18:50
bump version to 1.0.2

v1.0.0

Choose a tag to compare

@moritz-grimm moritz-grimm released this 08 Mar 18:33

rename from "@moritz-grimm/eslint-config-moritz-grimm" to "@moritz-grimm/eslint-config"

v1.0.1

Choose a tag to compare

@moritz-grimm moritz-grimm released this 08 Mar 18:43
c81552b
v.1.0.1

adjust workflow names