Skip to content

Releases: Hazmi35/eslint-config

Version 8.1.0

17 Jan 23:46
8.1.0
df26f3a
Compare
Choose a tag to compare

8.1.0 (2022-1-18)

Please see the full changes here: 8.0.0...8.1.0

Notable changes

Features

Notes

[⚠️] Warning

  • Now @hazmi35/eslint-config requires:
    eslint version 8.7.0 or above
    @typescript-eslint/parser version 5.10.0 or above
    @typescript-eslint/eslint-plugin version 5.10.0 or above
    typescript version 3.3.1 to 4.6.0
  • This is done to avoid typescript-eslint/typescript-eslint#4444

Version 8.0.0

15 Jan 05:14
8.0.0
6ef8dcc
Compare
Choose a tag to compare

8.0.0 (2022-1-15)

Please see the full changes here: 7.0.1...8.0.0

Notable changes

Features

Notes

[⚠️] Warning

  • There are some breaking changes in commit e6de833.
  • That commit includes a revamp of all the ESLint rules, which all the changes are included in #325 PR.
  • This change will probably make a lots of ESLint errors and warning in your project.
  • Plus in this revamp, the semver range for dependencies is updated. Now @hazmi35/eslint-config requires:
    eslint version 8.6.0 or above
    @typescript-eslint/parser version 5.9.1 or above
    @typescript-eslint/eslint-plugin version 5.9.1 or above
    typescript version 3.3.1 to 4.6.0

Version 7.0.1

13 Oct 05:25
7.0.1
1e58f43
Compare
Choose a tag to compare

7.0.1 (2021-10-13)

Please see the full changes here: 7.0.0...7.0.1

Notable changes

Fixes

  • typescript-eslint/member-ordering: Don't check setter/getter (#281) [48eb972]

Version 7.0.0

13 Oct 04:32
7.0.0
33f6073
Compare
Choose a tag to compare

7.0.0 (2021-10-13)

Please see the full changes here: 6.0.2...7.0.0

Notable changes

  • [BREAKING] Update semver range for peer dependencies [93d093c]:
    Now requires eslint 8.0.0 or above and @typescript-eslint/eslint-plugin + @typescript-eslint/parser 5.0.0 or above

Version 6.0.2

07 Sep 08:00
6.0.2
41a0a84
Compare
Choose a tag to compare

6.0.2 (2021-9-7)

Fixes

  • fix: Forgot to ignore .vscode folder [6c06af5]

Version 6.0.1

07 Sep 07:38
6.0.1
af4ca70
Compare
Choose a tag to compare

6.0.1 (2021-9-7)

Fixes

  • fix: Ignore some files to reduce npm package size [afab525]

Version 6.0.0

07 Sep 07:28
6.0.0
2fff70b
Compare
Choose a tag to compare

6.0.0 (2021-9-7)

Features

  • [BREAKING] feat(typescript): Update deps semver range [0c4e7b6]

Version 5.0.0

26 Aug 08:39
5.0.0
069f253
Compare
Choose a tag to compare

5.0.0 (2021-8-26)

Features

  • feat(parserOptions): Set ecmaVersion to 2021 [22c7d60]
  • [BREAKING] feat(deps): Update deps semver range [e2b9177]

Version 4.1.1

15 Aug 04:29
4.1.1
1a3c773
Compare
Choose a tag to compare

4.1.1 (2021-8-15)

Fixes

  • fix(rules): Set no-unused-vars to ignore "^_" pattern for arguments [986c449]

Version 4.1.0

15 Aug 04:08
4.1.0
29e3efd
Compare
Choose a tag to compare

4.1.0 (2021-8-15)

Features

  • feat(rules): Set @typescript-eslint/ban-types to warn [c579330]

Fixes

  • fix(rules): Fix sort-keys to be natural [0e4a7d6]