diff --git a/index.js b/index.js index c88288b..c81ad8d 100644 --- a/index.js +++ b/index.js @@ -55,9 +55,6 @@ module.exports = { }, }, 'flat/recommended': { - plugins: { - ava: 'ava', - }, rules: { ...rules, }, diff --git a/package.json b/package.json index 92a8903..e4cf951 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "repository": "avajs/eslint-plugin-ava", "sideEffects": false, "engines": { - "node": "^18.18 || >=20" + "node": "^18.18 || >=20.9" }, "scripts": { "integration": "node ./test/integration/test.js",