cockpit-project / cockpit-ostree

Cockpit component for managing software updates for OSTree based systems
GNU Lesser General Public License v2.1
26 stars 17 forks source link

eslint: configure import sorting rules #647

Closed jelly closed 3 weeks ago

jelly commented 3 weeks ago

This more or less enforces existing practice, but cleans up many places where we've deviated from that. We sort into these groups:

martinpitt commented 3 weeks ago

Still some complaints about build.js

jelly commented 3 weeks ago

Still some complaints about build.js

Yeah, npm run eslint does not lint build.js which makes sense but then fails to autofix :)