Releases: moritz-grimm/eslint-config
Releases · moritz-grimm/eslint-config
Release list
v2.2.0
[2.2.0] - 2026-04-19
Added
- Added stylistic spacing rules:
stylistic/comma-spacing— space after commas, not beforestylistic/member-delimiter-style— semicolons in interfaces and type literalsstylistic/array-bracket-spacing: "always"— spaces inside array bracketsstylistic/computed-property-spacing: "never"— no spaces in computed property bracketsstylistic/key-spacing— space after colon in object keys, not beforestylistic/semi-spacing— space after semicolons, not beforestylistic/space-infix-ops— spaces around operatorsstylistic/arrow-spacing— spaces around=>stylistic/block-spacing— spaces inside single-line blocksstylistic/space-before-blocks— space before{stylistic/space-in-parens: "never"— no spaces inside parenthesesstylistic/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— enforceimport typefor type-only imports@typescript-eslint/no-unnecessary-type-assertion— warn on redundantascasts
Removed
- Removed
@typescript-eslint/comma-danglefrom the TypeScript config (redundant withstylistic/comma-dangle, and deprecated by typescript-eslint)
v1.0.3
[1.0.3] - 2026-03-10
Added
- Added
camelcaserule with level"error" - Added CHANGELOG.md
Changed
- Updated RULES.md to include new
camelcaserule eqeqeqrule 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
v1.0.0
rename from "@moritz-grimm/eslint-config-moritz-grimm" to "@moritz-grimm/eslint-config"