Skip to content

Commit 29045ac

Browse files
committed
Disable capitalized/comments ESLint rule
1 parent 5cb9c30 commit 29045ac

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

src/.eslintrc.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ rules:
5959
- 2
6060
- separate-lines
6161
line-comment-position: 2
62-
capitalized-comments:
63-
- 2
64-
- always
65-
- ignoreConsecutiveComments: true
6662

6763
## ESLint comments
6864
eslint-comments/disable-enable-pair: 2
@@ -847,6 +843,13 @@ rules:
847843

848844
# no-div-regex: 2
849845

846+
## This makes commenting/uncommenting code tedious
847+
848+
# capitalized-comments:
849+
# - 2
850+
# - always
851+
# - ignoreConsecutiveComments: true
852+
850853
## Those rules go against the codebase convention of using index.js files
851854
## that require siblings, and exporting|requiring named objects.
852855

0 commit comments

Comments
 (0)