Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 46d4b05

Browse files
committed
remove check alignment rule
1 parent 05a9ac7 commit 46d4b05

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.eslintrc.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ module.exports = {
3434
rules: {
3535
'func-style': ['error', 'declaration'],
3636
'jsdoc/check-indentation': 'warn',
37-
'jsdoc/check-line-alignment': [
38-
'warn',
39-
'always',
40-
{
41-
tags: ['author', 'param', 'see']
42-
}
43-
],
4437
'jsdoc/require-param': [
4538
'warn',
4639
{

0 commit comments

Comments
 (0)