Skip to content

Commit 587c6a7

Browse files
committedSep 28, 2024
refactor: reflax markdown rules
1 parent 2cce21a commit 587c6a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/eslint.config.ts

+2
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ export default function unjsPreset(
8888
"no-empty-pattern": 0,
8989
"no-redeclare": 0,
9090
"no-import-assign": 0,
91+
"@typescript-eslint/no-require-imports": 0,
92+
"@typescript-eslint/no-unused-expressions": 0,
9193
...config.markdown?.rules,
9294
}) as any,
9395
},

0 commit comments

Comments
 (0)
Please sign in to comment.