diff --git a/.eslintrc.json b/.eslintrc.json index 065034c..c52336b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -124,12 +124,7 @@ "n/shebang": "off", "n/no-missing-import": "off", "n/no-unpublished-import": "off", - "n/no-deprecated-api": [ - "error", - { - "ignoreModuleItems": ["url.parse"] - } - ], + "n/no-deprecated-api": ["error"], "n/prefer-global/buffer": "error", "n/prefer-global/console": "error", "n/prefer-global/process": "error",