Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 2f98b0f

Browse files
committed
fix: add warning for using Global ESLint option
1 parent 265557d commit 2f98b0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"properties": {
7272
"useGlobalEslint": {
7373
"title": "Use global ESLint installation",
74-
"description": "Make sure you have it in your $PATH",
74+
"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.",
7575
"type": "boolean",
7676
"default": false,
7777
"order": 1

0 commit comments

Comments
 (0)