Skip to content

Commit c202bd0

Browse files
committed
fix: lint errors
1 parent 8236c0e commit c202bd0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

eslint.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
import { GLOB_MARKDOWN_CODE } from '@antfu/eslint-config'
12
import { defineConfig } from '@importantimport/eslint-config'
23

3-
export default defineConfig({ typescript: { tsconfigPath: './tsconfig.json' } })
4+
export default defineConfig({ typescript: { tsconfigPath: './tsconfig.json' } }, {
5+
files: [GLOB_MARKDOWN_CODE],
6+
rules: {
7+
'@masknet/no-then': 'off',
8+
'@masknet/no-top-level': 'off',
9+
'@masknet/unicode-specific-set': 'off',
10+
},
11+
})

0 commit comments

Comments
 (0)