mskelton / eslint-plugin-sort

Auto-fixable sort rules for ESLint.
https://www.npmjs.com/package/eslint-plugin-sort
ISC License
24 stars 1 forks source link

[Bug] Flat config: Unable to resolve path BY 'eslint-plugin-import' #60

Closed LatenPath closed 6 months ago

LatenPath commented 6 months ago

image

The plugin still works fine. Just the error message a little confused.

I know this error cause by Import-plugin, but I hope that I can solve this issue instead of disable lint.

Thank you so much for amazing plugin!

mskelton commented 6 months ago

This is definitely an issue with eslint-plugin-import. This comment provides some detail:

https://github.com/import-js/eslint-plugin-import/issues/2620#issuecomment-1365459989

I'm not interested in changing the sort plugin to workaround a shortcoming of eslint-plugin-import, so I will be closing this issue as not planned.