Skip to content

Commit

Permalink
get rid of linebreak-style, phetsims/phet-info#150
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 3f8fc95 commit 09c23f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint/format_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ module.exports = {

// disallow mixed 'LF' and 'CRLF' as linebreaks
// https://eslint.org/docs/rules/linebreak-style
'linebreak-style': [ 'error', 'unix' ],
// This is commented out because on windows this is just noisy. Git is already set up to commit the appropriate line breaks.
// 'linebreak-style': [ 'error', 'unix' ],

// require or disallow an empty line between class members
// https://eslint.org/docs/rules/lines-between-class-members
Expand Down

0 comments on commit 09c23f8

Please sign in to comment.