web-dev-qa-db-ja.com

解析エラー:「=」は「インポートタイプ」で予期されています

使ってます create-react-app TSを使用してimport typeですが、eslintはVSコードでParsing error: '=' expectedにカーソルを合わせるとtypeimport type。私はeslintを使用しています、6.7.2

7
JeromeDL30

TSのESLintサポートimport type構文を処理しています。

問題: https://github.com/TypeScript-eslint/TypeScript-eslint/issues/1436

プルリクエスト: https://github.com/TypeScript-eslint/TypeScript-eslint/pull/1465

6
golopot