Releases: studiobakers/eslint-config-react
Releases · studiobakers/eslint-config-react
2.3.1
2.3.0
- Turn off react-in-jsx-scope & react/jsx-uses-react rules
2.1.0
2.0.0
- Update
eslint
andeslint-plugin-react
versions - Add
eslint-plugin-react-hooks
plugin and relatedreact-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
- Add
Related PRs: #18, #19, #20
Related Issues: #6, #10, #15, #16