Skip to content

Commit

Permalink
Merge pull request #43 from sanctuary-js/davidchambers/eslint
Browse files Browse the repository at this point in the history
disable `multiline-comment-style` rule
  • Loading branch information
davidchambers authored Dec 14, 2023
2 parents e6b2ef7 + 13c30ca commit 4416b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"keyword-spacing": ["error", {"before": true, "after": true}],
"linebreak-style": ["error", "unix"],
"max-len": ["error", {"code": 79, "ignoreUrls": true, "ignorePattern": "^ *//(# | .* :: |[.] [>.] |[.] // )"}],
"multiline-comment-style": ["error", "separate-lines"],
"multiline-comment-style": ["off"],
"new-parens": ["error"],
"no-array-constructor": ["error"],
"no-caller": ["error"],
Expand Down

0 comments on commit 4416b6f

Please # to comment.