Skip to content

Releases: studiobakers/eslint-config-react

2.3.1

21 Feb 09:21
5df0db2
Compare
Choose a tag to compare
Merge pull request #25 from studiobakers/fix/add-yml

Add npm publish automation yaml

2.3.0

28 Apr 13:53
Compare
Choose a tag to compare
  • Turn off react-in-jsx-scope & react/jsx-uses-react rules

2.1.0

08 Apr 15:45
66ca425
Compare
Choose a tag to compare
  • Update eslint-plugin-react version to 7.23.1
  • Update eslint-plugin-react-hooks version to 4.2.0

PR: #21

2.0.0

19 Aug 10:01
Compare
Choose a tag to compare
  • Update eslint and eslint-plugin-react versions
  • Add eslint-plugin-react-hooks plugin and related react-hooks/rules-of-hooks, react-hooks/exhaustive-deps rules
  • Turn off react/prop-types, react/jsx-handler-names, react/destructuring-assignment rules by deleting them
  • Remove duplicate react/no-multi-comp rule
  • Update react/jsx-filename-extension rule
    • Add .tsx extension
    • Give warning instead of error

Related PRs: #18, #19, #20
Related Issues: #6, #10, #15, #16

1.0.5

19 Aug 09:25
Compare
Choose a tag to compare
  • Update .gitignore

0.1.1

31 Jan 14:15
Compare
Choose a tag to compare
fix(index): Module index file extension fix.