import-js/eslint-plugin-import
在 GitHub 查看[no-duplicates] prefer-inline should merge type and non-type imports
Open
#2,675 建立於 2023年1月14日
bughelp wanted
描述
Input:
import { A } from "./mod";
import type { B } from "./mod";
Output:
import { A, type B } from "./mod";