StoDevX / AAO-React-Native

The St. Olaf community, now in pocket size.
GNU Affero General Public License v3.0
42 stars 16 forks source link

Enable eslint-plugin-imports #7093

Open hawkrives opened 11 months ago

hawkrives commented 11 months ago

Via @rye

Can we organize these a little more nicely?

I like:

  • Imports from all externals up top
  • Imports from our own modules after those
  • Imports from everywhere else after that (in this case, lib/storage)?

eslint-plugin-import can do that! We should set it up.