We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dc210 commit 2fa6058Copy full SHA for 2fa6058
index.js
@@ -55,9 +55,6 @@ module.exports = {
55
},
56
57
'flat/recommended': {
58
- plugins: {
59
- ava: 'ava',
60
- },
61
rules: {
62
...rules,
63
package.json
@@ -6,7 +6,7 @@
6
"repository": "avajs/eslint-plugin-ava",
7
"sideEffects": false,
8
"engines": {
9
- "node": "^18.18 || >=20"
+ "node": "^18.18 || >=20.9"
10
11
"scripts": {
12
"integration": "node ./test/integration/test.js",
0 commit comments