From 2fa6058d3505792571696100a039f210e918c810 Mon Sep 17 00:00:00 2001 From: Tyler Vigario Date: Sat, 4 May 2024 12:53:34 -0700 Subject: [PATCH] Remove incorrect flat "plugins" export --- index.js | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) 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",