Cómo deshabilitar Reaccion en JSX Scope Eslint
/*SM*/
{
// ...
"rules": {
// ...
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
}
Stoned Coder