phetsims / number-suite-common

"Number Suite Common" contains code for use by sims that are part of the Number Suite
GNU General Public License v3.0
0 stars 0 forks source link

CT: 'IntentionalAny' is not defined no-undef #34

Closed pixelzoom closed 1 year ago

pixelzoom commented 1 year ago

Lots of red in CT for this lint error. How are lint errors getting committed?

number-suite-common : lint
Lint failed with status code 1:
Running "lint" task

/data/share/phet/continuous-testing/ct-snapshots/1674216113796/number-suite-common/js/common/view/NumberSuiteCommonPreferencesNode.ts
115:63 error 'IntentionalAny' is not defined no-undef

✖ 1 problem (1 error, 0 warnings)

Fatal error: Lint failed
Snapshot from 1/20/2023, 5:01:53 AM
pixelzoom commented 1 year ago

Introduced in bb78fd46 by @chrisklus. Fixed in the above commit.