Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Releases: skyra-project/eslint-config

v5.3.0

26 Jul 16:22
Compare
Choose a tag to compare

5.3.0 (2020-07-26)

Features

  • rename master branch to main (45b1090)

Bug Fixes

v5.2.1

04 Jul 16:38
Compare
Choose a tag to compare

5.2.1 (2020-07-04)

Bug Fixes

  • docs: fixed badge labels (a8dc932)

v5.2.0

04 Jul 16:35
Compare
Choose a tag to compare

5.2.0 (2020-07-04)

Features

  • rebrand to @skyra/eslint-config (1bae9f9)

Bug Fixes

[email protected]

18 Sep 20:51
Compare
Choose a tag to compare

Added

[Rules] Added @typescript-eslint/require-await as error.
[Rules] Added @typescript-eslint/no-floating-promises as error.
[Rules] Added @typescript-eslint/unbound-method as error.
[Rules] Added @typescript-eslint/prefer-includes as error.
[Rules] Added @typescript-eslint/prefer-string-starts-ends-with as error.
[Rules] Added @typescript-eslint/prefer-for-of as error.
[Rules] Added @typescript-eslint/no-unnecessary-qualifier as error.

Changes

[Deps] Updated @typescript-eslint/eslint-plugin to 2.3.0.
[Deps] Updated @typescript-eslint/parser to 2.3.0.
[Deps] Updated eslint to 6.4.0.
[Deps] Updated typescript to 3.6.3
[Rules] Changed @typescript-eslint/prefer-interface to @typescript-eslint/consistent-type-definitions.