Skip to content

Releases: Lomray-Software/eslint-config-react

v5.0.6

29 Feb 16:49
69c00fb
Compare
Choose a tag to compare
fix: remove react hooks

in a lot of cases we don't need this and should control it by yourself

v5.0.5

29 Feb 16:30
30f1ff6
Compare
Choose a tag to compare
fix: add base config with globals browser, add react detect settings

v5.0.4

29 Feb 13:57
d9cadd7
Compare
Choose a tag to compare
fix: more configurable

v5.0.3

29 Feb 13:30
1e2886c
Compare
Choose a tag to compare
fix: release

v5.0.2

29 Feb 13:25
c3e867c
Compare
Choose a tag to compare
fix: include base config

v5.0.1

29 Feb 13:19
43b8b6b
Compare
Choose a tag to compare
fix: es import, add extension

v5.0.0

29 Feb 13:12
684e383
Compare
Choose a tag to compare
feat: migrate to eslint flat config

v4.1.1

08 Feb 09:39
c30ec99
Compare
Choose a tag to compare
fix: remove .nvmrc from package

v4.1.0

08 Feb 09:39
0f3725e
Compare
Choose a tag to compare
fix: disable rules

- react/react-in-jsx-scope (no need more)
- react-hooks/exhaustive-deps (some cases no need)
- react-hooks/rules-of-hooks (suspense can be before some hook)

v4.0.1

08 Feb 09:22
a845f9b
Compare
Choose a tag to compare
fix: release