linter-jshint
linter-jshint copied to clipboard
Atom linter plugin for JavaScript, using jshint.
JSHint returned a point that did not exist in the document being edited. Rule: `W112` Requested point: 75:142 Debug information: ``` Atom version: 1.26.1 linter-jshint version: v3.1.6 JSHint version: jshint...
JSHint returned a point that did not exist in the document being edited. Rule: `W032` Requested point: 236:21 Debug information: ``` Atom version: 1.18.0 linter-jshint version: v3.1.5 JSHint version: jshint...
JSHint returned a point that did not exist in the document being edited. Rule: `E003` Requested point: 1090:4 Debug information: ``` Atom version: 1.25.0 linter-jshint version: v3.1.6 JSHint version: jshint...
JSHint returned a point that did not exist in the document being edited. Rule: `W110` Requested point: 1105:57 my .jshintrc file: ``` { "undef": true, "unused": true, "latedef": false, "browser":...
JSHint returned a point that did not exist in the document being edited. Rule: `E043` Requested point: 605:79 Debug information: ``` Atom version: 1.25.0 linter-jshint version: v3.1.6 JSHint version: jshint...
JSHint returned a point that did not exist in the document being edited. Rule: `W107` Requested point: 584:97 Debug information: ``` Atom version: 1.25.0 linter-jshint version: v3.1.6 JSHint version: jshint...
**Atom Info**: ``` Atom : 1.23.3 Electron: 1.6.15 Chrome : 56.0.2924.87 Node : 7.4.0 ``` **jshint version**: `v2.9.5` **Issue**: `Lint Inline Java Script` option doesn't work on the initial load...
JSHint returned a point that did not exist in the document being edited. Rule: `W058` Requested point: 23:43 Debug information: ``` Atom version: 1.23.1 linter-jshint version: v3.1.6 JSHint version: jshint...
JSHint returned a point that did not exist in the document being edited. Rule: `E054` Requested point: 6:9 Debug information: ``` Atom version: 1.24.0-beta1 linter-jshint version: v3.1.6 JSHint version: jshint...
I don't know if this is a Windows-related bug but when I run `jshint` from the command line, the files listed in `.jshintignore` get ignored as they should, but in...