Skip to content

Commit 2581376

Browse files
committed
chore: add cientos jsdoc/check-alignment rule off
1 parent d033c2e commit 2581376

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/base.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const baseConfig = [
99
'antfu/top-level-function': 'off',
1010
'perfectionist/sort-imports': 'off',
1111
'style/max-statements-per-line': 'off',
12+
'jsdoc/check-alignment': 'off',
1213
},
1314
},
1415

0 commit comments

Comments
 (0)