We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v9
ESLint released v9, with many breaking changes. I can't make it work with eslint-plugin-ava.
eslint-plugin-ava
There may be other issues, but the ones I found were:
eslintrc
ava/prefer-t-regex
context.getScope
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ESLint released v9, with many breaking changes. I can't make it work with
eslint-plugin-ava
.There may be other issues, but the ones I found were:
eslintrc
configuration format was deprecated in favor of "flat config files";ava/prefer-t-regex
is usingcontext.getScope
, now removed (feat!: Remove deprecated context methods eslint/eslint#17698).The text was updated successfully, but these errors were encountered: