Skip to content

Releases: emerson-eps/eslint-config

v3.0.9

12 Dec 17:02
80d4577
Compare
Choose a tag to compare

3.0.9 (2022-12-12)

Bug Fixes

  • deps: fixed invalid eslint peer dependency (#84) (80d4577)

v3.0.8

09 Dec 14:32
4c7e730
Compare
Choose a tag to compare

3.0.8 (2022-12-09)

Bug Fixes

  • add "@typescript-eslint/no-non-null-assertion": "off" to cypress config (#83) (4c7e730)

v3.0.7

20 Oct 12:40
e61fdd6
Compare
Choose a tag to compare

3.0.7 (2022-10-20)

Bug Fixes

  • deps: upgraded dependencies to match eslint-plugin-react-app (e61fdd6)

v3.0.6

29 Sep 08:54
1e196e5
Compare
Choose a tag to compare

3.0.6 (2022-09-29)

Bug Fixes

v3.0.5

27 Sep 12:31
ee40a09
Compare
Choose a tag to compare

3.0.5 (2022-09-27)

Bug Fixes

  • upgrade eslint-plugin-import from 2.25.4 to 2.26.0 (#60) (e5904bf)
  • upgrade eslint-plugin-react-hooks from 4.3.0 to 4.4.0 (#59) (fb1ddd9)

v3.0.4

27 Sep 12:28
2036a61
Compare
Choose a tag to compare

3.0.4 (2022-09-27)

Bug Fixes

  • upgrade eslint-plugin-react from 7.28.0 to 7.29.1 (#57) (c959ce1)

v3.0.3

27 Sep 12:27
297b93f
Compare
Choose a tag to compare

3.0.3 (2022-09-27)

Bug Fixes

  • upgrade eslint-config-prettier from 8.3.0 to 8.4.0 (#56) (297b93f)
  • upgrade eslint-plugin-sonarjs from 0.11.0 to 0.12.0 (#55) (41cf657)

v3.0.2

13 Jan 09:20
6d49519
Compare
Choose a tag to compare

3.0.2 (2022-01-13)

Bug Fixes

  • upgrade eslint-plugin-react from 7.27.1 to 7.28.0 (#54) (6d49519)

v3.0.1

04 Jan 10:04
ff61680
Compare
Choose a tag to compare

3.0.1 (2022-01-04)

Bug Fixes

  • upgrade eslint-plugin-sonarjs from 0.10.0 to 0.11.0 (#50) (ff61680)

v3.0.0

17 Dec 15:06
e19f6db
Compare
Choose a tag to compare

3.0.0 (2021-12-17)

⚠ BREAKING CHANGES

  • publish all rules we want to enforce as warning (#48)
  • Use "lint": "eslint . --max-warnings=0" in your package.json

Features