eslint-plugin-eslint-plugin
eslint-plugin-eslint-plugin copied to clipboard
An ESLint plugin for linting ESLint plugins
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...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
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) | [](https://docs.renovatebot.com/merge-confidence/) |...
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 *...
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,...