We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c28698 commit f144520Copy full SHA for f144520
package.json
@@ -3,6 +3,9 @@
3
"version": "2.0.1",
4
"description": "A shareable ESLint config for writing better asynchronous code",
5
"main": "index.js",
6
+ "engines": {
7
+ "node": ">=18.x"
8
+ },
9
"repository": {
10
"type": "git",
11
"url": "https://github.com/Maximization/eslint-config-async.git"
0 commit comments