Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report crashing rules to ESLint community plugins #3

Closed
AriPerkkio opened this issue Nov 22, 2020 · 2 comments
Closed

Report crashing rules to ESLint community plugins #3

AriPerkkio opened this issue Nov 22, 2020 · 2 comments

Comments

@AriPerkkio
Copy link
Owner

AriPerkkio commented Nov 22, 2020

In order to have some long term statistics let's keep a list of findings.

@AriPerkkio AriPerkkio pinned this issue Nov 22, 2020
@ljharb
Copy link

ljharb commented Dec 7, 2020

It'd be great if you could also run against eslint-plugin-import and eslint-plugin-jsx-a11y (also, eslint-config-airbnb and eslint-config-airbnb-base).

@AriPerkkio
Copy link
Owner Author

eslint-plugin-jsx-a11y is included in the weekly scheduled CI runs.

extends: ['plugin:jsx-a11y/recommended'],

Last week it ran the recommended rules successfully against ~1800 repositories. https://github.com/AriPerkkio/eslint-remote-tester/runs/1506856620?check_suite_focus=true

I'll add those other plugins as well. I think some rules of the eslint-plugin-import cannot be enabled. Only purely static analysis can be done as the linter is ran against file contents only.

@AriPerkkio AriPerkkio unpinned this issue Feb 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants