Я использую 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 для синтаксиса TS import type.
Выпуск: https://github.com/typescript-eslint/typescript-eslint/issues/1436
Запрос на извлечение: https://github.com/typescript-eslint/typescript-eslint/pull/1465