Skip to content

Commit

Permalink
https://github.com/phetsims/chipper/issues/1395
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Jun 5, 2023
1 parent 911aa52 commit 8bae983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion js/demo/components/demoThermometerNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Property from '../../../../axon/js/Property.js';
import HSlider from '../../../../sun/js/HSlider.js';
import Dimension2 from '../../../../dot/js/Dimension2.js';

export default function demoTemperatureNode( layoutBounds: Bounds2 ): Node {
export default function demoThermometerNode( layoutBounds: Bounds2 ): Node {

const temperatureProperty = new Property( 50 );

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
],
"rules": {
"@typescript-eslint/no-explicit-any": "error",
"default-class-match-filename": "off",
"@typescript-eslint/ban-ts-comment": [
"error",
{
Expand Down

0 comments on commit 8bae983

Please sign in to comment.