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
eslintandeslint-plugin-reactversions - Add
eslint-plugin-react-hooksplugin and relatedreact-hooks/rules-of-hooks,react-hooks/exhaustive-depsrules - Turn off
react/prop-types,react/jsx-handler-names,react/destructuring-assignmentrules by deleting them - Remove duplicate
react/no-multi-comprule - Update
react/jsx-filename-extensionrule- Add
.tsxextension - Give warning instead of error
- Add
Related PRs: #18, #19, #20
Related Issues: #6, #10, #15, #16