Skip to content

Commit 2fa6058

Browse files
committed
Remove incorrect flat "plugins" export
1 parent 73dc210 commit 2fa6058

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ module.exports = {
5555
},
5656
},
5757
'flat/recommended': {
58-
plugins: {
59-
ava: 'ava',
60-
},
6158
rules: {
6259
...rules,
6360
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"repository": "avajs/eslint-plugin-ava",
77
"sideEffects": false,
88
"engines": {
9-
"node": "^18.18 || >=20"
9+
"node": "^18.18 || >=20.9"
1010
},
1111
"scripts": {
1212
"integration": "node ./test/integration/test.js",

0 commit comments

Comments
 (0)