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

An ESLint plugin for linting ESLint plugins

Results 56 eslint-plugin-eslint-plugin issues
Sort by recently updated
recently updated
newest added

Many contributors add tests with only `line: 4` for reported errors. Often, the test cases should include the column and end position though. This could be enforced with a new...

rule
feature
needs design

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | [`^0.41.0` -> `^0.42.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.41.0/0.42.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-cli/0.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdownlint-cli/0.42.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
deps:npm

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [markdownlint-cli](https://redirect.github.com/igorshubovych/markdownlint-cli) | [`^0.43.0` -> `^0.45.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.43.0/0.45.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-cli/0.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/markdownlint-cli/0.45.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
deps:npm

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`^7.7.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/7.18.0/8.33.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/8.33.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies
deps:npm

Starting a list of my desired breaking changes, feedback welcome. We can perform this release once we have compiled enough changes. Planned: * Enable additional `recommended` rules: * TODO *...

BREAKING CHANGE

This PR modifies the default pattern value of ESLint rules description. Currently almost all ESLint plugins use descriptions starting with a capital letter. ESLint rules, example: https://github.com/eslint/eslint/blob/main/lib/rules/accessor-pairs.js#L149 TypeScript ESLint rules,...

BREAKING CHANGE