diff --git a/.eslintrc.json b/.eslintrc.json index 89af53aa3..b35636417 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,8 @@ "node/prefer-global/url": ["error", "always"], "node/prefer-promises/dns": "error", "node/prefer-promises/fs": "error", - "no-process-exit": [0] + "no-process-exit": [0], + "node/no-unsupported-features/node-builtins": [0], + "node/no-unsupported-features/es-syntax": [0] } }