Skip to content

Commit

Permalink
turn off multiline-comment-style (#1)
Browse files Browse the repository at this point in the history
* turn off multiline-comment-style

* updated rule
  • Loading branch information
bsfelde authored Feb 14, 2022
1 parent d8ca237 commit 3dba2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/rules/stylisticIssues.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ export const stylisticIssues: StylisticIssues = {
* enforce a particular style for multiline comments 🔧
* https://eslint.org/docs/rules/multiline-comment-style
*/
"multiline-comment-style": "error",
"multiline-comment-style": "off",

/**
* require multiline ternary 🔧
Expand Down

0 comments on commit 3dba2d0

Please sign in to comment.