web-configs
web-configs copied to clipboard
Disable outdated rules from `eslint-plugin-react`
Thanks to the new JSX transform introduced in React 17 (back in 2020), we don't need to manually import React from 'react' anymore. eslint-plugin-react even went so far as to provide a config that disables the outdated rules.