eslint-plugin-no-relative-import-paths
eslint-plugin-no-relative-import-paths copied to clipboard
Does not work with options enabled
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.
UPDATE: It seems to work, just was very slow? And the autofix broke all my imports by changing ./ to ../, which is incorrect.