使ってます create-react-app
TSを使用してimport type
ですが、eslintはVSコードでParsing error: '=' expected
にカーソルを合わせるとtype
import type
。私はeslintを使用しています、6.7.2
TSのESLintサポートimport type
構文を処理しています。
問題: https://github.com/TypeScript-eslint/TypeScript-eslint/issues/1436
プルリクエスト: https://github.com/TypeScript-eslint/TypeScript-eslint/pull/1465