AtomLinter / linter-jshint

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

Invalid position given by 'W033' #832

Open giacomobenedetti opened 4 years ago

giacomobenedetti commented 4 years ago

JSHint returned a point that did not exist in the document being edited. Rule: W033 Requested point: 29:21

Debug information:

Atom version: 1.45.0
linter-jshint version: v3.1.19
JSHint version: jshint v2.11.0
Hours since last Atom restart: 0.5
Platform: linux
Current file's scopes: [
  "source.js",
  "storage.type"
]
linter-jshint configuration: {
  "executablePath": "",
  "lintInlineJavaScript": false,
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}