Skip to content

Commit

Permalink
Remove commented out eslint-disable-line, see phetsims/chipper#1313
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid authored and zepumph committed Oct 22, 2024
1 parent 10ca176 commit e7b5a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint/rules/require-statement-match.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports = function( context ) {
// {
// 'type': 'Literal',
// 'value': 'FUNCTION_BUILDER/equations/EquationsScreen',
// 'raw': "'FUNCTION_BUILDER/equations/EquationsScreen'"// eslint-disable-line ???
// 'raw': "'FUNCTION_BUILDER/equations/EquationsScreen'"
// }
// ]
// }
Expand Down

0 comments on commit e7b5a48

Please sign in to comment.