Closed felipeqq2 closed 6 months ago
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
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 (eslint/eslint#17698).