Releases: jungsoft/eslint-config
Releases · jungsoft/eslint-config
5.0.0
4.0.1
- Updated all plugins to the latest versions
4.0.0
3.0.9
- Added
no-use-before-define
rule to typescript config - The base rule fromeslint
must be disabled as it can report incorrect errors
3.0.8
- Updated
@typescript-eslint/parser
to the latest version4.2.0
- It fixes theno-unused-vars
bug for interfaces/literal types that are actually being used
3.0.7
-
Remove rule
no-use-before-declare
since it was not being used by the TS compiler and it's slow to compute 3199f75 https://palantir.github.io/tslint/rules/no-use-before-declare/ -
Updated plugins