import React from "react"import React from "react" triggers two lint rules, verbatim-module-syntaxverbatim-module-syntax: It wants import type Reactimport type Reactno-unused-varsno-unused-vars: React isn't used explicitely in that fileplugin:react/recommendedplugin:react/recommended for ESLint, or somehow disable those rules in very specific cases?
Join the Discord to ask follow-up questions and connect with the community