|
@@ -10,8 +10,8 @@ export default tseslint.config(
|
|
|
eslint.configs.recommended,
|
|
|
// TypeScript 推荐规则
|
|
|
...tseslint.configs.recommended,
|
|
|
- // // TypeScript 风格规则(可选)
|
|
|
- // ...tseslint.configs.stylistic,
|
|
|
+ // TypeScript 风格规则(可选)
|
|
|
+ ...tseslint.configs.stylistic,
|
|
|
// Prettier 配置
|
|
|
|
|
|
prettierConfig,
|