最佳答案
如果您使用eslint作为你的linter,你可以使用eslint-plugin-import.
This plugin intends to support linting of ES2015+ (ES6+) import/export
Syntax,and prevent issues with misspelling of file paths and import
names