我正在create-react-app与 TS 一起使用,import type但 eslint 在 VS Code 中抱怨说,Parsing error: '=' expected当悬停type在import type. 我正在使用 eslint,6.7.2
create-react-app
import type
Parsing error: '=' expected
type
eslint create-react-app typescript-eslint
create-react-app ×1
eslint ×1
typescript-eslint ×1