sublimelinter Questions

6

I use create-react-app to make a react app. the linter works in create-react-app but now i want make it work in my sublimetext. Installed eslint yarn global add eslint (eslint v4.1.1 but also tr...
Nates asked 28/6, 2017 at 10:45

2

(PS none of these SO questions (with inaccurate titles) solved, or addressed, this issue: React Linting: Unclosed Regular Expression, unclosed regular expression, React JSX error : Unclosed regular...
Miniaturist asked 16/8, 2017 at 18:32

5

Solved

I'm using Anaconda with Sublime text 3. I have left the lint settings as default with the exception of the following overrides which I've included in a .sublime-project file. "settings": { "anaco...
Tranquilize asked 6/5, 2014 at 16:51

14

Solved

It's rather annoying and I can't seem to figure out why.
Cerebral asked 27/4, 2012 at 17:0

2

When editing javascript files in Sublime Text Editor 3.x, I get the error: Oops! Something went wrong! :( ESLint: 6.0.1. ESLint couldn't find the plugin "eslint-plugin-chai-expect". (The packag...
Cyclopedia asked 3/7, 2019 at 23:44

2

Solved

How do I turn off missing semicolon warnings with JSHint in Sublime? I have tried multiple things on the internet to no avail.
Sidonnie asked 5/8, 2015 at 22:0

2

Solved

I'm a new user of Sublime Text / Sublime Text 3 on OS X. I installed the plugin SublimeLinter. I also installed xampp on my local machine. Which should I install next for the linter to work on PH...
Kooky asked 4/5, 2014 at 8:35

6

Solved

I have been playing with this for over an hour to get the sublimelinter working. So I now have the following packages installed: SublimeLinter SublimeLinter-php SublimeLinter-phplint Does some...
Cakewalk asked 17/12, 2013 at 13:8

1

I'm trying to get Rubocop warnings to show as code marks in Sublime Text 3. I'm using SublimeLinter and the SublimeLinter-rubocop package. (The similar RuboCop package does work but doesn't seem to...
Overalls asked 19/1, 2017 at 23:44

1

Solved

I use facebook's create-react-app, which intentionally hide all the configuration setup, and leave us with a lovely simple file structure That's great! but there's one really annoying thing that...
Sirius asked 3/8, 2016 at 17:50

4

Here's the error message I get each time I start Sublime Text: SublimeLinter could not determine your shell PATH. It is unlikely that any linters will work. Please see the troubleshooting gu...
Eddaeddana asked 10/1, 2014 at 8:46

1

I just got sublime text 3 and I'm installing sublinter and eslint. So the errors get shown on the actual line the errors at. How can I get it to show a list of all the errors of the current documen...
Mapp asked 11/1, 2016 at 19:17

1

Solved

The pep8 default states indents should be multiples of 4. What argument can I pass to a pep8 config file so indents with a multiple of 2 are accepted?
Chantress asked 12/12, 2015 at 18:5

0

I followed the guide "Lint like it's 2015" and had no luck, also read on stack-overflow for a similar problem and no luck. I can run eslint fine on the terminal, use it for a test file and showed ...
Tuttle asked 30/10, 2015 at 8:28

1

Solved

I'm building a Rust game with Piston and I'm trying to use the SublimeLinter Rust package. When I open my .rs game files, I get this linter error: extern crate piston; // linter error: "can't find...
Cowans asked 12/7, 2015 at 23:53

1

Solved

I have sublime text 3, but after I installed sublimelinter-html-tidy through the 'Package Control: Install Package', nothing changed. I also have Emmit, Bracket Highlighter, Side Bar, and a few oth...
Perren asked 6/1, 2015 at 0:27

2

Solved

Desired Behaviour Linting of .js files with Sublime Text 3. Actual Behaviour No linting is taking place. For example the following shows no errors: var x = "" Steps To Reproduce Environme...
Bonny asked 21/11, 2014 at 15:54

1

With SublimeLiner debug set to on, I see this in the console that makes it appear the linter is loaded: SublimeLinter: scss activated: /Users/bob/.rvm/gems/ruby-2.0.0-p247@rails3/bin/scss-lint ...
Larimor asked 10/6, 2014 at 12:26

2

Solved

For some reason, SublimeLinter3, or the SublimeLinter3 JSHint linter plugin, seems unable to parse the PATH environment variable and is thus unable to run jshint: SublimeLinter: Could not parse sh...
Dorina asked 7/1, 2014 at 7:56

1

Solved

From what I know, CodeSniffer follows a certain set of coding standards and checks your code if it follows the said standards. But sublimelinter-php does this too. Are they different or are they ju...
Zirconia asked 12/6, 2014 at 8:23

1

Solved

I've already spent a few hour on this with not much progress. I'm running Sublime Text 2.0.2 with SublimeLinter v1.7 [1]. It real-time lints Python beautifully, but for many of the other languages ...
Moneyer asked 3/10, 2013 at 3:36

2

Solved

I've been having some problems with SublimeLinter3. I recently installed JSHint and Sublime Linter 3 with my package control, and when I manually use JSHint from the command palette it works fine. ...
Gaspar asked 26/4, 2014 at 18:47

1

I'm trying to configure sublime linter to allow 2 spaces instead of 4 for tabs..This is my settings in SublimeLinter - Open User Settings... "linters": { "jshint": { "@disable": false, "args":...
Dawna asked 31/3, 2014 at 18:36

2

I'm using SublimeLintern package, but I'm experiencing some issues. I would like to toggle that "laxcomma" warning that appears each time I save my files: I do prefer putting my commas at the begin...
Parton asked 18/9, 2013 at 21:1

1

I've been trying to setup SublimeLinter (Mac) but something must be going wrong as the php lint simply doesn't work. I've installed and removed the package many times, tried to add/remove support f...
Chromolithography asked 16/3, 2013 at 16:55

© 2022 - 2024 — McMap. All rights reserved.