Skip to content

Invalid dependencies list #169

Open
Open
@readyyyk

Description

@readyyyk

here is minimal case for this:

  • package.json
{
  "name": "eslint-plugin-effector",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "lint": "eslint ./*",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "effector": "23",
    "eslint": "7.32",
    "eslint-plugin-effector": "0.15.0"
  }
}
  • eslintrc.js
module.exports = {
    "plugins": ["effector"],
    "extends": ["plugin:effector/recommended", "plugin:effector/scope"]
}

and thrown error:

Oops! Something went wrong! :(

ESLint: 7.32.0

Error: Failed to load plugin 'effector' declared in '.eslintrc.js': Cannot find module '@typescript-eslint/utils'

Require stack:
....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions