We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8236c0e commit c202bd0Copy full SHA for c202bd0
eslint.config.ts
@@ -1,3 +1,11 @@
1
+import { GLOB_MARKDOWN_CODE } from '@antfu/eslint-config'
2
import { defineConfig } from '@importantimport/eslint-config'
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