Skip to content

Commit

Permalink
fix(configuration): set off linebreak-style role
Browse files Browse the repository at this point in the history
  • Loading branch information
JanSzewczyk committed May 30, 2022
1 parent 71d2c91 commit 514cd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ module.exports = {
"key-spacing": 2,
"keyword-spacing": 2,
// 'line-comment-position': 0,
"linebreak-style": 2,
"linebreak-style": "off",
// 'lines-around-comment': 0,
// 'max-depth': 0,
"max-len": [
Expand Down

0 comments on commit 514cd76

Please sign in to comment.