Skip to content

Commit

Permalink
refactor(eslint): remove multiline-comment-style rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Domagoj Vukovic committed Dec 4, 2023
1 parent 726e40a commit 0fbe39b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ module.exports = {
},
],
'more/no-void-map': 'error',
'multiline-comment-style': ['error', 'starred-block'],
'multiline-ternary': 'off',
'newline-before-return': 'error',
'newline-per-chained-call': [
Expand Down

0 comments on commit 0fbe39b

Please sign in to comment.