Open
Description
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
Labels
No labels