Skip to content

Commit

Permalink
Add TODO reference, see #45
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed May 5, 2023
1 parent 89a523a commit f5f4e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/variability/view/RangeInfoNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class RangeInfoNode extends VBox {
} ),
new Text( CenterAndVariabilityStrings.rangeDescriptionStringProperty, { fontSize: 18, maxWidth: CAVConstants.INFO_DIALOG_MAX_TEXT_WIDTH } ),

// TODO: String key name
// TODO: String key name, see https://github.com/phetsims/center-and-variability/issues/181
new Text( new PatternStringProperty( CenterAndVariabilityStrings.rangeCalculationPatternStringProperty, {
max: sceneModel.maxValueProperty,
min: sceneModel.minValueProperty
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
}
},
"eslintConfig": {
"extends": "../chipper/eslint/sim_eslintrc.js",
"rules": {
"todo-should-have-issue": "off"
}
"extends": "../chipper/eslint/sim_eslintrc.js"
}
}

0 comments on commit f5f4e92

Please sign in to comment.