eslint-plugin-no-relative-import-paths
eslint-plugin-no-relative-import-paths copied to clipboard
Definition for rule 'no-relative-import-paths/no-relative-import-paths' was not found.
We have the following configuration for this as per the readme, however in our Code Climate we are getting a warning on multiple files which don't have any imports. What are we missing?
Code Climate Warning
Definition for rule 'no-relative-import-paths/no-relative-import-paths' was not found.
.eslintrc.json
Configuration
"no-relative-import-paths/no-relative-import-paths": [
"error",
{ "allowSameFolder": true }
]