eslint-plugin-self
eslint-plugin-self copied to clipboard
Not working with pnpm
Hi there - I'm trying to use this project in a repo that uses pnpm rather than yarn/npm. pnpm installs packages differently so the assumption that ../.. will find the correct module breaks down. In my case, the installed is located at /path/to/my/project/node_modules/.pnpm/[email protected]/node_modules/eslint-plugin-self/index.js.
Looks like #4 would likely fix.
You can use "eslint-plugin-foo": "file:." directly in your project