MelvinVermeer / eslint-plugin-no-relative-import-paths

90 stars 22 forks source link

Does not work with options enabled #35

Open tylerlaprade opened 2 months ago

tylerlaprade commented 2 months ago

I see the errors when I just configure it as "error", but when I add either rootDir or allowSameFolder, there are no errors even though there should be.

tylerlaprade commented 2 months ago

UPDATE: It seems to work, just was very slow? And the autofix broke all my imports by changing ./ to ../, which is incorrect.