Closed jschroeter closed 1 month ago
Because that option isn't released yet. Everywhere on github, you can't look at the docs on the default branch - you need to look at them on the tagged version you're using.
That makes sense, totally missed that. Thanks!
When adding the
named
option as described in the docs, I get the following error:Demo: https://stackblitz.com/edit/eslint-import-order?file=.eslintrc.cjs,src%2Fmain.js,package.json&terminal=dev Run:
npm run lint
Am I missing something?
I worked around this by using
but I'm wondering why I can't use the
named
option of import/order.