Skip to content

Commit

Permalink
get rid of lines-around-comment, phetsims/phet-info#156
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 44bed48 commit 0eaf9ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eslint/format_eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ module.exports = {
// 'linebreak-style': [ 'error', 'unix' ],

// enforces empty lines around comments
'lines-around-comment': [ 'error', { beforeLineComment: true } ],
// PhET devs do not want this to be so strict in general
// TODO: add to extra knit-picky rules in the future. https://github.com/phetsims/phet-info/issues/150
// 'lines-around-comment': [ 'error', { beforeLineComment: true } ],

// require or disallow newlines around directives
// https://eslint.org/docs/rules/lines-around-directive
Expand Down

0 comments on commit 0eaf9ae

Please sign in to comment.