jgarciamccausland
Results
2
comments of
jgarciamccausland
@nunocasteleira did you find a solution that works?
So we ended up using _somewhat_ of a workaround with: `"importOrder": ["^react$", "^react", "", "^@.*$", "^./(.*)", "^[./]"],` It will have `./` imports before `../` but still have nested `../../` imports...