Skip to content

Latest commit

 

History

History
176 lines (77 loc) · 6.44 KB

CHANGELOG.md

File metadata and controls

176 lines (77 loc) · 6.44 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.4 (2024-12-09)

Bug Fixes

  • repository.url in package.json (0758f2a)

2.1.3 (2024-12-09)

Performance Improvements

  • add no-unused-expressions and set allowShortCircuit to true (bd84b2a)

2.1.2 (2024-10-28)

Performance Improvements

  • nuxt: set @stylistic/brace-style to 1tbs (5c8d4c0)

2.1.1 (2024-09-06)

Bug Fixes

  • remove eslint-plugin-react-hooks that not support eslint@9 (bdceffb)

2.1.0 (2024-09-05)

Features

  • add react eslint config (83b1d48)

2.0.3 (2024-09-01)

Performance Improvements

  • set ban-ts-comment to warn for nuxt (a6554e6)

2.0.2 (2024-09-01)

Performance Improvements

  • no-unused-vars set caughtErrors to none (0de16e9)

2.0.1 (2024-08-31)

Bug Fixes

  • nuxt configs remove @typescript-eslint/restrict-template-expressions (4eb4e63)

2.0.0 (2024-08-31)

⚠ BREAKING CHANGES

  • drop support eslint < 9

Features

  • support eslint@9 and add nuxt/nestjs configs (76bce2f)

1.6.4 (2024-03-16)

Bug Fixes

1.6.3 (2024-02-25)

Bug Fixes

1.6.2 (2024-02-25)

Bug Fixes

  • remove @typescript-eslint/recommended (920cbc9)

1.6.1 (2024-02-25)

Bug Fixes

  • remove parser and plugins defaulted (c75ca79)

1.6.0 (2023-12-03)

Features

1.5.0 (2023-11-02)

Features

  • off typescript no-redeclare (8d6ea92)
  • set no-redundant-type-constituents to warn (f574187)

1.4.1 (2023-07-29)

Bug Fixes

1.4.0 (2023-07-29)

Features

  • support @Typescript-eslint/parser@6 (910b980)

1.3.0 (2023-06-19)

Features

  • set newline-per-chained-call 2 (1c6102f)

1.2.1 (2023-06-08)

Bug Fixes

  • no-dupe-class-members rule for typescript (544d9f5)

1.2.0 (2023-05-16)

Features

  • add @typescript-eslint/restrict-template-expressions (042703a)

1.1.3 (2023-05-15)

Bug Fixes

  • spaced-comment for typescript (ba2247d)

1.1.2 (2023-05-15)

Bug Fixes

  • compatible with vscode vim plugin (4cb9637)

1.1.1 (2023-05-05)

Bug Fixes

  • typescript recommended not include autofix rules (3ce8dd5)

1.1.0 (2023-05-05)

Features