Skip to content

Commit

Permalink
Remove linebreak style checking from linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sayomaki committed Feb 5, 2024
1 parent 3bec200 commit 3e65d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .eslintrc.base.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,10 @@ module.exports = {
'key-spacing': 1,
'keyword-spacing': 1,
// "line-comment-position": 0,
'linebreak-style': [
1,
'windows', // Was "unix"
],
// 'linebreak-style': [
// 1,
// 'windows', // Was "unix"
// ],
// "lines-around-comment": 0,
// "lines-between-class-members": 0,
// "max-len": 0,
Expand Down

0 comments on commit 3e65d4d

Please sign in to comment.