AtomLinter / linter-jshint

Atom linter plugin for JavaScript, using jshint.
147 stars 39 forks source link

Invalid position given by 'W009' #823

Open guitarzero opened 4 years ago

guitarzero commented 4 years ago

JSHint returned a point that did not exist in the document being edited. Rule: W009 Requested point: 904:55

Debug information:

Atom version: 1.45.0
linter-jshint version: v3.1.9
JSHint version: jshint v2.9.6
Hours since last Atom restart: 35.8
Platform: darwin
Current file's scopes: [
  "source.js"
]
linter-jshint configuration: {
  "executablePath": "",
  "lintInlineJavaScript": false,
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}