phetsims / kite

A library for creating, manipulating and displaying 2D shapes in JavaScript.
MIT License
12 stars 6 forks source link

Import kite files from `imports.js` #96

Closed zepumph closed 1 year ago

zepumph commented 2 years ago

I added a lint rule to mimic the scenery one about importing from imports, instead of directly, and then I found myself needing to change thousands of files. Commits coming up! Tagging @jonathanolson

Lint rule added in https://github.com/phetsims/chipper/commit/1e6e531b35ab3759da04ed5e42f04a2180b0e589.

zepumph commented 2 years ago

@jonathanolson, let me know if I should have done anything different, sorry I sorta fell into doing this work because I committed and pushed the lint rule too quickly. Feel free to close.

jonathanolson commented 1 year ago

Looks good!