Skip to content

Releases: ihordiachenko/eslint-plugin-chai-friendly

1.2.0

06 Apr 23:28

Choose a tag to compare

Changes:

  • Added support for TypeScript-specific expressions: TSAsExpression, TSTypeAssertion, TSNonNullExpression, and
    TSInstantiationExpression are now correctly flagged as unused (e.g. foo as any;, foo!;, Foo<string>;)
  • Added ignoreDirectives option: when set to true, string-literal directives are always exempt regardless of
    parser context (useful as an escape hatch for ecmaVersion: 3 environments)
  • Aligned directive detection with ESLint upstream: the parser-set directive AST property is now used as the
    primary check, matching the behavior of ESLint's built-in rule

1.1.1

17 Mar 00:30

Choose a tag to compare

Changes:

  • Fixed a TypeScript typing issue so configs.recommendedFlat and configs.recommended are recognized correctly by consumers
  • Patched vulnerable development dependencies

1.1.0

11 Jun 11:07

Choose a tag to compare

Changed:

  • Improved compatibility with eslint-typescript by disabling the ts no-unused-expressions rule
  • Patched vulnurable dev dependencies

1.0.1

28 Jul 21:07
d50c7b4

Choose a tag to compare

Changed:

  • Added name field for the recommendedFlat preset, it will be used by tooling like config-inspector.

1.0.0

04 Jun 00:10
2d9f6dc

Choose a tag to compare

Changes:

  • Fixed compatibility with the legacy eslintrc config format #35
  • Renamed recommended preset for the new flat config format to recommendedFlat

0.8.0

23 May 12:51
3ab221e

Choose a tag to compare

Changes:

  • Added ESLint v9 compatibility
  • Use files property in package.json instead of .npmignore

0.7.4

09 Jan 11:29
7aec986

Choose a tag to compare

  • rolled back engines value in package.json to keep the backwards compatibility for users of engine-strict mode

0.7.3

08 Jan 01:28
fd74ca4

Choose a tag to compare

  • updated dev dependencies
  • added new test cases from eslint upstream

v0.7.2

01 Aug 21:38

Choose a tag to compare

Changed:

  • Updated vulnerable dev dependencies

v0.7.1

09 May 23:51

Choose a tag to compare

Fixed:

  • Handle optional chaining inside chai asserts