We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d033c2e commit 2581376Copy full SHA for 2581376
src/rules/base.ts
@@ -9,6 +9,7 @@ const baseConfig = [
9
'antfu/top-level-function': 'off',
10
'perfectionist/sort-imports': 'off',
11
'style/max-statements-per-line': 'off',
12
+ 'jsdoc/check-alignment': 'off',
13
},
14
15
0 commit comments