eslint-plugin-self icon indicating copy to clipboard operation
eslint-plugin-self copied to clipboard

Allows ESLint plugins to lint themselves

Results 4 eslint-plugin-self issues
Sort by recently updated
recently updated
newest added

I believe the need for eslint-plugin-self will go away with flat config (I'm still testing that). However, for plugins that are still compatible with the legacy ESLint configuration and with...

When attempting to use this plugin with a v9 compatible add-on, a message such as this is produced: ``` TypeError: Failed to load plugin 'self' declared in '--config': enabledPluginName.replace is...

Hi there - I'm trying to use this project in a repo that uses pnpm rather than yarn/npm. pnpm installs packages [differently](https://pnpm.io/symlinked-node-modules-structure) so the assumption that `../..` will find the...

The current plugin does not support monorepositories with yarn. Because yarn puts all dependencies to the root directory and self plugin don't find custom plugin