Skip to content

Version 8.0.0

Compare
Choose a tag to compare
@Hazmi35 Hazmi35 released this 15 Jan 05:14
8.0.0
6ef8dcc

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