Feature Request: re-enable global installs
See original GitHub issueJust upgraded from ESLint 6.x to 7.8.1 and I’ve noticed that it no longer allows for global installs.
I know we should be installing this for every project, and I am, but I really liked the ability to have my code linted if I just created a quick .js
file anywhere on my computer.
Previously I had it setup that most of my projects would have a local ESLint, but if I wanted to whip up a quick demo (several times a day for me), it would still lint my code.
So - maybe I’m not finding how to do this with 7, but from this thread it seems that feature was removed.
Could we have this added back in? Or is there another way we can get the benefit without having to do the whole install song-and-dance when I’m editing a 20 line .js file?
Thanks a lot 😃
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Feature request: global install via `stack install -g`, like `npm ...
I have considered about the global project design in stack, but it seems not always works, e.g. when there are two or more...
Read more >Feature Request : Allow Packages to define GLOBAL Script ...
Example problem: I have a package "FOO" that implements feature "FOO_A". I have a package "BAR" that implements feature "BAR_B".
Read more >[Question/Feature Request] UI Client Global Configuration
I see in the docs that I can configure the following during install from the command line: CHECKUPDATE=1 WORKSPACE=acme VPNPROXYMODE=1.
Read more >Submit a feature request for Solarwinds Products
This article describes how to submit a feature request to SolarWinds. Feature requests and votes by you and other SolarWinds users help ...
Read more >Feature Requests - Jamf Nation Community
Hello everyone- First of all, thanks to everyone for the feature requests, both on this list and in person over the last 7...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Closing as we don’t plan on making a change for this issue.
Is it possible to have that dynamically look it up? The way I use it is via the eslint vs code plugin, it looks for a local install and if not it goes for the global install.