]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/lib/shared/deprecation-warnings.js
import 8.23.1 source
[pve-eslint.git] / eslint / lib / shared / deprecation-warnings.js
index 1a0501ab057a1123c3ae956b7372bf2771bd7679..d09cafb07fe13f502d60cb02c2c5f3b7ef9bf584 100644 (file)
@@ -17,14 +17,7 @@ const path = require("path");
 // Definitions for deprecation warnings.
 const deprecationWarningMessages = {
     ESLINT_LEGACY_ECMAFEATURES:
-        "The 'ecmaFeatures' config file property is deprecated and has no effect.",
-    ESLINT_PERSONAL_CONFIG_LOAD:
-        "'~/.eslintrc.*' config files have been deprecated. " +
-        "Please use a config file per project or the '--config' option.",
-    ESLINT_PERSONAL_CONFIG_SUPPRESS:
-        "'~/.eslintrc.*' config files have been deprecated. " +
-        "Please remove it or add 'root:true' to the config files in your " +
-        "projects in order to avoid loading '~/.eslintrc.*' accidentally."
+        "The 'ecmaFeatures' config file property is deprecated and has no effect."
 };
 
 const sourceFileErrorCache = new Set();