Skip to content

Commit f144520

Browse files
committed
Require Node.js 18 or higher
1 parent 1c28698 commit f144520

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "2.0.1",
44
"description": "A shareable ESLint config for writing better asynchronous code",
55
"main": "index.js",
6+
"engines": {
7+
"node": ">=18.x"
8+
},
69
"repository": {
710
"type": "git",
811
"url": "https://github.com/Maximization/eslint-config-async.git"

0 commit comments

Comments
 (0)