Skip to content

Commit 96e06e7

Browse files
committed
Fixes eslint engine issue
1 parent 0f045d1 commit 96e06e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"node/prefer-global/url": ["error", "always"],
2525
"node/prefer-promises/dns": "error",
2626
"node/prefer-promises/fs": "error",
27-
"no-process-exit": [0]
27+
"no-process-exit": [0],
28+
"node/no-unsupported-features/node-builtins": [0],
29+
"node/no-unsupported-features/es-syntax": [0]
2830
}
2931
}

0 commit comments

Comments
 (0)