Skip to content

Releases: code-pushup/eslint-config

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)

Release 0.1.1

24 Nov 15:02
Compare
Choose a tag to compare
  • Tweak ruleset to prevent false positives (b53422a)
  • Fix directory pattern (e342b51)
  • Permit eslint-disable comments in generated files and known configs (c2b7300)
  • Tweak ruleset to prevent false positives (87cdd86)
  • Add badges to README (78c4906)

Release 0.1.0

23 Nov 17:19
Compare
Choose a tag to compare
  • Configure .npmignore (e248c9d)
  • Set public access in package.json (f1b2063)
  • Set up release-it (6d65607)
  • Tests for peerDependencies in package.json (658dbc1)
  • Add rules to typescript config (37c8413)
  • Create storybook config (3e4f2ea)
  • Create graphql config (3b12c07)
  • Create angular-ngrx config (49880eb)
  • Add browser-specific import rules to angular config (725a137)
  • Add rxjs plugin to angular config (0f2abf5)
  • Create angular config and fix docs script (aaba027)
  • Create cypress config (e5422a0)
  • Create jest config (85fac95)
  • Fix peer dependencies (9ee0fe4)
  • Only apply strict TS rules to .ts files (973b92a)
  • Create vitest config with eslint-plugin-vitest (0394bb3)
  • Create node config with eslint-plugin-n (1d64906)
  • Add rules from functional and no-secrets plugins (02d0bda)
  • Add recommended config from unicorn plugin, but convert errors to warnings (7763d78)
  • Add recommended configs from import, sonarjs, promise and deprecation plugins (5bfcbc4)
  • Add material icons (2b500c5)
  • Add icons for plugins (875f6ec)
  • Align cells in Markdown tables (8622b75)
  • Config docs omit implicitly extended rules list (4eedf35)
  • Add test file overrides to generated docs (3d1a89d)
  • Minor docs script refactor (9fa20c6)
  • Small docs fixes (3dda1f7)
  • Generate configs table in README (055b76d)
  • Docs - add autofix column, merge description with rule, skip icon for core rules (07e41f5)
  • Husky and Prettier setup (53dc8b9)
  • Script for generating config docs (a5058be)
  • Test overrides for test files (0f80977)
  • Test rules requiring type checking and fix errors (c9f4525)
  • Test setup and basic config tests (7f03a30)
  • Configure base and typescript configs (7094751)
  • Node.js module setup (bd049f7)