Skip to content

Commit

Permalink
Merge pull request #35 from lightning-js/fix/windows_line_end
Browse files Browse the repository at this point in the history
Update .eslintrc.cjs to include endOfLine configuration.
  • Loading branch information
michielvandergeest authored Sep 23, 2024
2 parents aebcab3 + 6b78d18 commit 6f3d65e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ module.exports = {
tabWidth: 2,
semi: false,
printWidth: 100,
endOfLine: 'auto',
},
],
},
Expand Down

0 comments on commit 6f3d65e

Please sign in to comment.