Skip to content

Releases: kripod/eslint-config

v0.6.3

01 Jan 11:13
2ca4d19
Compare
Choose a tag to compare

Patch Changes

v0.6.2

01 Jan 06:40
a85a8d1
Compare
Choose a tag to compare

Patch Changes

v0.6.1

23 Dec 05:27
66d2c4c
Compare
Choose a tag to compare

Patch Changes

  • 4b8e8e1 Thanks @kripod! - refactor(base): allow elevated loggers by 'no-console'

  • ac6ba77 Thanks @kripod! - refactor(base): reduce severity of 'no-bitwise' to 'warn'

v0.6.0

16 Dec 05:54
cfc7f26
Compare
Choose a tag to compare

Minor Changes

  • cfec99e Thanks @kripod! - feat(type-checked): disallow nullable strings in boolean expressions

v0.5.2

16 Dec 05:53
606c4f9
Compare
Choose a tag to compare

Patch Changes

  • c257d0d Thanks @kripod! - docs: update usage guidelines for TypeScript

v0.5.1

15 Dec 23:03
3c33b3a
Compare
Choose a tag to compare

Patch Changes

  • 8e27615 Thanks @kripod! - fix(base): disable 'no-useless-assignment' due to false positives

v0.5.0

15 Dec 22:28
409164d
Compare
Choose a tag to compare

Minor Changes

  • 29e0cbd Thanks @kripod! - feat(base): enable 'no-useless-assignment'

v0.4.1

15 Dec 22:26
c91ee13
Compare
Choose a tag to compare

Patch Changes

  • 48ef957 Thanks @kripod! - fix(type-checked): allow Promise rejection with any/unknown

v0.4.0

11 Dec 07:51
ef905c2
Compare
Choose a tag to compare

Minor Changes

  • e4d1b4c Thanks @kripod! - refactor(type-checked): check strings with '@typescript-eslint/prefer-nullish-coalescing'

Patch Changes

  • 17a1a42 Thanks @kripod! - refactor(type-checked): reduce severity of some '@typescript-eslint/no-unsafe-*' rules to 'warn'

v0.3.0

01 Dec 13:00
3ab93aa
Compare
Choose a tag to compare

Minor Changes

  • 04421bf Thanks @kripod! - feat(type-checked): enable '@typescript-eslint/related-getter-setter-pairs'