字数:65 字
预计:1 分钟
阅读量:
Eslint Flag Config (new eslint system)
作者:winches
更新于:5 个月前
https://eslint.org/blog/2022/08/new-config-system-part-2/
eslint-plugin-import
额外区分 type 导入
"import/consistent-type-specifier-style": ["error", "prefer-top-level"]
ts
// ✅
import type { HTMLNextUIProps, PropGetter } from '@nextui-org/system'
import { useProviderContext } from '@nextui-org/system'