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

Disable ESLint plugins using file path patterns and inline comments

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

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Implement a proper fix to support ESLint 8 and it's async `calculateConfigForFile`. At the moment I use the deprecated CLIEngine, and it might break at any time. Reference: https://github.com/mradionov/eslint-plugin-disable/issues/28

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

In my eslint config file I imported eslint-import-plugin via packages @vercel/style-guide and after using the config given in docs i am trying to disable the plugin but on running the...