Skip to content

Releases: DimensionDev/eslint-plugin

v0.5.4

Choose a tag to compare

@github-actions github-actions released this 07 Aug 12:50
87d12b1

Patch Changes

  • d7d9eaf: fix relative import as imports alias ("#x")

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 07 Aug 11:07
d9be155

Patch Changes

  • 97ed316: fix: require-project-reference rule again

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:53

Patch Changes

  • 047480b: fix: require-project-reference

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 07 Aug 10:14
baa0cfa

Patch Changes

  • 738809e: add ignore to require-project-reference

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 08:54
c717587

Minor Changes

  • 86f4697: add a new rule "require-project-reference"
  • 43512ca: Upgrade to eslint 10

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 05 Nov 06:54
e0a4de7

Patch Changes

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 16:45
1f7bd16

Minor Changes

  • c737772: Bump Node.js version requirement to 22
  • c737772: Bump eslint version requirement to 9
  • c737772: prefer-defer-import rule drops the webpack magic comment syntax and adopts the native syntax
  • c737772: Remove rule type/no-instanceof-wrapper, use unicorn/no-instanceof-builtins instead.

Patch Changes

  • c737772: Support import { "string" as name } from '...' syntax

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 14 Apr 09:22
78a0041

Minor Changes

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 06:07
7391574

Minor Changes

  • 299fd56: change the default ruleset
  • 299fd56: upgrade to typescript-eslint v6

Patch Changes

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 25 Apr 05:28
4411e10

Patch Changes

  • 9bf4cb3: improve package.json and type definitions