Skip to content

Commit

Permalink
Improve formatting, see phetsims/phet-info#150
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent 1939203 commit ffd5cee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/bad-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module.exports = function( context ) {

'@return ',

'Util = require( \'',// Utils should now be plural, see https://github.com/phetsims/tasks/issues/966
'Util = require( \'', // Utils should now be plural, see https://github.com/phetsims/tasks/issues/966

// if on a one line arrow function returning something, prefer instead `() => theReturn`, see https://github.com/phetsims/chipper/issues/790
' => { return ',
Expand Down

0 comments on commit ffd5cee

Please sign in to comment.