Skip to content

Releases: sapegin/eslint-config-tamia

v9.2.3

09 Jan 11:45
Compare
Choose a tag to compare

9.2.3 (2025-01-09)

Bug Fixes

  • Add more file extensions (bfe2b74)

v9.2.2

02 Jan 14:34
Compare
Choose a tag to compare

9.2.2 (2025-01-02)

Bug Fixes

  • Disable unicorn/no-useless-undefined rule (37fab8d)

v9.2.1

09 Dec 09:16
Compare
Choose a tag to compare

9.2.1 (2024-12-09)

Bug Fixes

  • Disable unicorn/prefer-global-this (7b339a7)

v9.2.0

08 Dec 09:34
Compare
Choose a tag to compare

9.2.0 (2024-12-08)

Features

v9.1.23

25 Sep 14:00
Compare
Choose a tag to compare

9.1.23 (2024-09-25)

Bug Fixes

  • Revert unicorn/filename-case rule (4c3d332)

v9.1.22

25 Sep 09:50
Compare
Choose a tag to compare

9.1.22 (2024-09-25)

Bug Fixes

  • Enable unicorn/filename-case rule to require camelCase (getIt.ts) and PascalCase (Box.tsx) file names (9b8e7ac)

v9.1.21

17 Sep 07:54
Compare
Choose a tag to compare

9.1.21 (2024-09-17)

Bug Fixes

  • Disable unicorn/no-null rule because JavaScript and third-party libraries still rely too much on null (93cb26c)

v9.1.20

17 Sep 07:47
Compare
Choose a tag to compare

9.1.20 (2024-09-17)

Bug Fixes

  • Allow PascalCase for function parameters (d5722fe)

v9.1.19

17 Sep 07:42
Compare
Choose a tag to compare

9.1.19 (2024-09-17)

Bug Fixes

  • Disable unicorn/no-magic-array-flat-depth rule as too opinionated (13c33f7)

v9.1.18

11 Sep 10:18
Compare
Choose a tag to compare

9.1.18 (2024-09-11)

Bug Fixes

  • Disable unicorn/prevent-abbreviations rule (99638ec)