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

90 stars 22 forks source link

Definition for rule 'no-relative-import-paths/no-relative-import-paths' was not found. #33

Open CWSites opened 5 months ago

CWSites commented 5 months ago

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 }
  ]