Skip to content

Commit

Permalink
update doc, phetsims/scenery#1156
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Oct 22, 2024
1 parent 55eb556 commit 2ab9a56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint/rules/bad-sim-text.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ module.exports = function( context ) {
// Should import dotRandom instead of using the namespace
'phet.dot.dotRandom',

// Prefer using Pointer.isTouchLike() to support Pen, https://github.com/phetsims/scenery/issues/1156
// Prefer using Pointer.isTouchLike() to help support Pen. This is not set in stone, please see
// https://github.com/phetsims/scenery/issues/1156 and feel free to discuss if there are usages you want to support.
' instanceof Touch ',

// Should have a period before "<", see https://github.com/phetsims/chipper/issues/1005
Expand Down

0 comments on commit 2ab9a56

Please sign in to comment.