From f5f4e9299e516c82db7d044f9f2a8c72db3d017e Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Fri, 5 May 2023 09:23:19 -0600 Subject: [PATCH] Add TODO reference, see https://github.com/phetsims/center-and-variability/issues/45 --- js/variability/view/RangeInfoNode.ts | 2 +- package.json | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/js/variability/view/RangeInfoNode.ts b/js/variability/view/RangeInfoNode.ts index 581797c5..b0db2190 100644 --- a/js/variability/view/RangeInfoNode.ts +++ b/js/variability/view/RangeInfoNode.ts @@ -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 diff --git a/package.json b/package.json index 8ebb29d1..50d55401 100644 --- a/package.json +++ b/package.json @@ -31,9 +31,6 @@ } }, "eslintConfig": { - "extends": "../chipper/eslint/sim_eslintrc.js", - "rules": { - "todo-should-have-issue": "off" - } + "extends": "../chipper/eslint/sim_eslintrc.js" } } \ No newline at end of file