Skip to content

Releases: code-pushup/eslint-config

Release 0.6.0

07 May 12:32
Compare
Choose a tag to compare
  • Re-generate docs after rule change and update (b04c255)
  • Update typescript-eslint and jest plugins to latest versions (1ef2f21)
  • Fix version table cell formatting (399a86b)
  • Update typescript-eslint rules and package to version 7 (8979ce6)
  • Create issue templates (f3c3dcc)

Release 0.5.0

19 Feb 11:07
Compare
Choose a tag to compare
  • Change class-methods-use-this to warning (3cf3164)
  • Update typescript-eslint/parser (bd52969)
  • Turn on class-methods-use-this for default, off for Angular (832bf7b)
  • Add TODOs for typescript eslint plugin v7 update (fd98cb3)
  • Add no-unsafe-unary-minus rule for typescript (a07784c)
  • Change prefer-promise-reject-errors to warn, handle non-existent rule for lower versions (cb8c4fb)
  • Update typescript-eslint and docs, handle non-existent no-useless-template-literals for lower versions (b599269)
  • Change no-useless-template-literals rule to warning (3ffe8ec)
  • Remove import/no-deprecated in favor of deprecation/deprecation (c0dcd35)

Release 0.4.0

15 Jan 13:03
Compare
Choose a tag to compare
  • Add self-closing tags rule to Angular config (a64d872)

Release 0.3.2

15 Jan 12:20
Compare
Choose a tag to compare
  • Ignore unused expressions in JSON files (73b91dc)

Release 0.3.1

15 Jan 11:27
Compare
Choose a tag to compare
  • Ignore unassigned imports in test-setup.ts (b2156f3)

Release 0.3.0

10 Jan 12:45
Compare
Choose a tag to compare
  • Disable more rules for config files (2e6e827)

Release 0.2.1

10 Jan 10:41
Compare
Choose a tag to compare
  • Disable promise/catch-or-return for test files (fd745ed)

Release 0.2.0

10 Jan 10:24
Compare
Choose a tag to compare
  • Disable some Angular template rules for test files (fa8f684)
  • Process inline templates in Angular config (4e6b309)
  • Remove no-secrets rule - too many false positives (7f6dbb9)

Release 0.1.3

01 Dec 20:02
Compare
Choose a tag to compare
  • Add contributing docs (44dffe8)
  • Add rule customization docs for jest and vitest configs (ce73952)
  • Add Angular selector prefix setup to docs (d749dad)
  • Add setup instructions for graphql config (7bf097b)
  • Fix Storybook icon (2374d32)
  • Link to TypeScript setup docs in extended configs (da776ad)
  • Add extra setup docs for typescript config (a569735)
  • Reduce size of extended rules section in config docs (92f4bfc)
  • Generate additional peer dependencies docs for each config (ab109a9)
  • Add setup docs to README (cecba22)
  • Generate Mermaid diagram with extended configs (233f2f3)
  • Generate peer dependencies docs (0bf74fc)

Release 0.1.2

24 Nov 16:31
Compare
Choose a tag to compare
  • Tweak rules to fix false positives in Angular code (ee6da7e)