phetsims / chipper

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

Move `chipper/eslint/` to perennial #1500

Closed zepumph closed 1 month ago

zepumph commented 1 month ago

Side issue for https://github.com/phetsims/chipper/issues/1489.

These are shared config files and phet-specific rules. This will mostly just be busy work, but could break scenery stack linting, since the relative path may change.

zepumph commented 1 month ago

The highest priority piece of this issue is that perennial's eslint.config.mjs depends on chipper:

https://github.com/phetsims/perennial/blob/791db377e0a5e594bcd1ba36149b579dc3d9f0a4/eslint.config.mjs#L3

zepumph commented 1 month ago
zepumph commented 1 month ago
zepumph commented 1 month ago

Merged to main. There are no more TODOs or work for this issue. Closing