Installation of SublimeLinter v4.8.0 fails
See original GitHub issueI’m a Sublime user trying to install SublimeLinter. I followed the installation guide and installed SublimeLinter version 4.8.0. However, I can’t lint anything (“lint this view”, Ctrl+Cmd+L
) and also I can’t change the lint mode, i.e. if I use PackageControl to type SublimeLinter: Choose Lint Mode
nothing shows up.
OS: High Sierra Sublime: 3.1.1
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
SublimeLinter 4 happened · Issue #205 - GitHub
So SublimeLinter 4 happened and it isn't clear anymore how to do proper installation of SublimeLinter + SublimeLinter-eslint.
Read more >SublimeLinter Documentation
First install PackageControl and then see its usage, which explains how to install packages to SublimeText. Plugins are listed on PackageControl ...
Read more >SublimeLinter not working - Stack Overflow
Just to help if someone have the same problem. I made it work this way (Sublime Text 3): Go to Preferences > Package...
Read more >SublimeLinter-eslint - Package Control
If you're using SublimeLinter 4, the linter is trying to always lint the current view, even if there's no ESLint setup for the...
Read more >Sublime Text Tutorials #19 - How To Use SublimeLinter 3
Here we show you how to install Sublime Linter 3 and add a JSHint Linter. ... 107K views 8 years ago Sublime Text...
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 Free
Top 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
OK, you first have to decide which linter you want to use. For example, if you’re doing javascript. You may choose
eslint
as your linter. Make sure to install that linternpm install eslint
using the command line.Regardless of the linter you use, first install the linter, then install a SublimeLinter plugin which acts as a bridge between this command line linter and SublimeLinter itself. See https://packagecontrol.io/browse/labels/SublimeLinter for the available plugins.
It’s a completely fresh version of Sublime, I just installed
PackageControl
andSublimeLinter