You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes, but if i had a rule expecting it to autofix (sort) my import based on var names, i'd want it to take the liberty of making opinionated choices as long as it doesn't modify function of my code.
how many imports are there?
const a = require(..) import * from '...'; import abc from 'abc'; import * as abc from 'abc'; import {props} from 'abc';
could be at the most top.
if there is as then that name
if {..} then first prop name, after sorting...
very opinionated for sure. But complexity is inherent.
"Sort the order within each group in alphabetical manner based on import path"
That's the current way... what If I wanted something like this..
but sorting based on path gives me
The text was updated successfully, but these errors were encountered: