phetsims / chipper

Tools for developing and building PhET interactive simulations.
MIT License
11 stars 14 forks source link

Move `chipper/eslint/` to perennial #1500

Open zepumph opened 3 hours ago

zepumph commented 3 hours 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 3 hours 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 3 hours ago