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

Commit

Permalink
fix: add warning for using Global ESLint option
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Mar 14, 2021
1 parent 265557d commit 2f98b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f98b0f

Please sign in to comment.