You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In phetsims/chipper#1253 we are adding a lint rule that, for the most part, forbid the use of the any type specification. The Popupable.ts file is using any in its constructor so that it can work well with the other classes with which it is combined. I don't have any idea how to make this more type-specific, so I'm going to add a comment that will tell lint to ignore this for now and assign to one of the original authors.
The text was updated successfully, but these errors were encountered:
In phetsims/chipper#1253 we are adding a lint rule that, for the most part, forbid the use of the
any
type specification. ThePopupable.ts
file is usingany
in its constructor so that it can work well with the other classes with which it is combined. I don't have any idea how to make this more type-specific, so I'm going to add a comment that will tell lint to ignore this for now and assign to one of the original authors.The text was updated successfully, but these errors were encountered: