We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
示例代码:
import webpack from "webpack"; import type { Configuration } from "webpack"; // 4.6.1 版本下会有 no-duplicate-imports 报错
查到是这次改动引入的问题: 0cfc621#diff-7143e2c180e0770e8d09db390b477b6988574907696c3d3762b1afc6525059e0L200
@typescript-eslint/no-duplicate-imports 已标记为弃用,官方推荐使用 import/no-duplicates,但需要额外增加 eslint-plugin-import 依赖
@typescript-eslint/no-duplicate-imports
import/no-duplicates
eslint-plugin-import
后续是否考虑修复?
The text was updated successfully, but these errors were encountered:
Fixed in 4.6.1
Sorry, something went wrong.
已关闭 no-duplicate-imports 暂不开启 import/no-duplicates,下个大版本添加 import 插件
No branches or pull requests
示例代码:
查到是这次改动引入的问题:
0cfc621#diff-7143e2c180e0770e8d09db390b477b6988574907696c3d3762b1afc6525059e0L200
@typescript-eslint/no-duplicate-imports
已标记为弃用,官方推荐使用import/no-duplicates
,但需要额外增加eslint-plugin-import
依赖后续是否考虑修复?
The text was updated successfully, but these errors were encountered: