phetsims / chipper

Tools for developing and building PhET interactive simulations.
http://scenerystack.org/
MIT License
12 stars 14 forks source link

Factor out strict ban-ts-comment override #1497

Closed zepumph closed 3 weeks ago

zepumph commented 1 month ago

There are many usages of this:

https://github.com/phetsims/beers-law-lab/blob/f6e0db398a9fd036a5e227524e33d968b4df3501/eslint.config.mjs#L14-L27

We can factor that out and use it the same everywhere that wants to.

samreid commented 1 month ago

Fixed, @zepumph want to spot check review?

zepumph commented 3 weeks ago

Love it. Thanks!