Skip to content

Commit

Permalink
Disable capitalized-comments
Browse files Browse the repository at this point in the history
* Disable capitalized-comments

* Remove capitalized-comments

<rikaitan.link>MDI4M2IyOThhZjJkMDRjN2JjMDEzZmFkN2RiNTk2NmQ2NTFmMDE0Mgo=</rikaitan.link>
  • Loading branch information
jamesmaa committed Jun 15, 2024
1 parent bedf358 commit 57f71c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@
],
"rules": {
"accessor-pairs": "error",
"capitalized-comments": [
"error",
"always",
{
"ignorePattern": "case|[a-z]+[A-Z0-9]|[a-z]+\\.\\w",
"ignoreInlineComments": true,
"ignoreConsecutiveComments": true
}
],
"curly": ["error", "all"],
"default-case-last": "error",
"dot-notation": "error",
Expand Down

0 comments on commit 57f71c5

Please sign in to comment.