Skip to content

Releases: theoludwig/eslint-config-conventions

v11.0.1

18 Jul 21:14
d149fdd
Compare
Choose a tag to compare

11.0.1 (2023-07-18)

Bug Fixes

  • relax @typescript-eslint/prefer-nullish-coalescing (6345bdd)
  • relax no-duplicate-imports (4e99d69)
  • relax unicorn/consistent-function-scoping (d149fdd)

v11.0.0

18 Jul 20:20
adf01e1
Compare
Choose a tag to compare

11.0.0 (2023-07-18)

⚠ BREAKING CHANGES

  • New rules introduced
  • deps: peerDependencies: eslint-plugin-unicorn@^48.0.0

Features

  • add unicorn/consistent-destructuring (07595cc)
  • add unicorn/consistent-function-scoping (244b746)
  • add unicorn/explicit-length-check (eab075e)
  • add unicorn/no-array-callback-reference (7f7ab46)
  • add unicorn/no-array-for-each (80c00f5)
  • add unicorn/no-array-method-this-argument (2fcede3)
  • add unicorn/no-array-push-push (cbbb8df)
  • add unicorn/no-document-cookie (8837b87)
  • add unicorn/no-empty-file (2fd4edb)
  • add unicorn/no-new-array (d59b088)
  • add unicorn/no-new-buffer (f622982)
  • add unicorn/number-literal-case (c431a20)
  • add unicorn/prefer-modern-math-apis (8bfeaad)
  • add unicorn/prefer-number-properties (807c201)
  • add unicorn/require-array-join-separator (381f5cb)
  • add unicorn/template-indent (adf01e1)

Build System

v10.1.0

14 Jul 21:24
f89c441
Compare
Choose a tag to compare

10.1.0 (2023-07-14)

Features

  • add support for typescript-eslint v6.0.0 (f89c441)

v10.0.0

02 Jul 14:07
34ec74c
Compare
Choose a tag to compare

10.0.0 (2023-07-02)

⚠ BREAKING CHANGES

  • deps: peerDependencies: eslint@^8.44.0

Bug Fixes

  • update author - Théo LUDWIG (f5a69d6)

Build System

v9.0.0

13 May 13:44
b1bd574
Compare
Choose a tag to compare

9.0.0 (2023-05-13)

⚠ BREAKING CHANGES

  • deps: peerDependencies: eslint-plugin-unicorn@^47.0.0

Features

  • add npm package provenance (b1bd574)

Build System

v8.0.0

02 Apr 18:56
08602b1
Compare
Choose a tag to compare

8.0.0 (2023-04-02)

⚠ BREAKING CHANGES

  • deps: peerDependencies: eslint-plugin-unicorn@^46.0.0

Build System

v7.0.0

06 Feb 22:55
1779517
Compare
Choose a tag to compare

7.0.0 (2023-02-06)

⚠ BREAKING CHANGES

  • New rules introduced
  • deps: peerDependencies: eslint@^8.33.0, eslint-plugin-import@^2.27.5, eslint-plugin-promise@^6.1.1, eslint-plugin-unicorn@^45.0.2

Features

  • add @typescript-eslint/ban-types (1779517)
  • add import/no-empty-named-blocks (81b37b5)
  • add no-empty-static-block (c3ddbc7)
  • add no-new-native-nonconstructor (1934d35)

Bug Fixes

  • relax @typescript-eslint/consistent-type-assertions (a95ac7e)
  • relax no-unused-vars ignore variable starting with _ (32481c3)

Build System

v6.0.0

21 Nov 08:22
fcc107b
Compare
Choose a tag to compare

6.0.0 (2022-11-21)

⚠ BREAKING CHANGES

  • New rule introduced
  • peerDependencies: eslint-plugin-unicorn@^45.0.0

Features

  • add unicorn/no-typeof-undefined (666a3de)

Bug Fixes

  • relax @typescript-eslint/prefer-optional-chain (fcc107b)

v5.0.0

03 Oct 18:44
0ce4631
Compare
Choose a tag to compare

5.0.0 (2022-10-03)

⚠ BREAKING CHANGES

  • deps: peerDependencies: eslint-plugin-unicorn@^44.0.0

Build System

v4.0.1

20 Sep 21:10
e2b2c1c
Compare
Choose a tag to compare

4.0.1 (2022-09-20)

Performance Improvements

  • reduce package size by publishing only needed files (846a259)