From 2f98b0f5280362f9aa014607b9ecb4542035b214 Mon Sep 17 00:00:00 2001 From: aminya Date: Tue, 27 Oct 2020 16:55:49 -0500 Subject: [PATCH] fix: add warning for using Global ESLint option --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a068ff29..47d99fd5 100644 --- a/package.json +++ b/package.json @@ -71,7 +71,7 @@ "properties": { "useGlobalEslint": { "title": "Use global ESLint installation", - "description": "Make sure you have it in your $PATH", + "description": "Make sure you have it in your $PATH. ⚠️ Using the global ESLint install is heavily discouraged. If the installation is not found, linter-eslint will not work.", "type": "boolean", "default": false, "order": 1