Releases: kripod/eslint-config
Releases · kripod/eslint-config
v0.6.0
Minor Changes
cfec99e
Thanks @kripod! - feat(type-checked): disallow nullable strings in boolean expressions
v0.5.2
Patch Changes
c257d0d
Thanks @kripod! - docs: update usage guidelines for TypeScript
v0.5.1
Patch Changes
8e27615
Thanks @kripod! - fix(base): disable 'no-useless-assignment' due to false positives
v0.4.1
Patch Changes
48ef957
Thanks @kripod! - fix(type-checked): allow Promise
rejection with any
/unknown
v0.4.0
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
Minor Changes
04421bf
Thanks @kripod! - feat(type-checked): enable '@typescript-eslint/related-getter-setter-pairs'