Skip to content

Commit

Permalink
Remove incorrect flat "plugins" export
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerVigario committed May 4, 2024
1 parent 73dc210 commit 2fa6058
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ module.exports = {
},
},
'flat/recommended': {
plugins: {
ava: 'ava',
},
rules: {
...rules,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2fa6058

Please sign in to comment.