Skip to content

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

Open
@CWSites

Description

@CWSites

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions