AtomLinter / linter-jshint

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

Invalid position given by 'W033' #841

Closed CarnivorousRex closed 3 years ago

CarnivorousRex commented 3 years ago

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

Debug information:

Atom version: 1.53.0
linter-jshint version: v3.1.19
JSHint version: jshint v2.11.0
Hours since last Atom restart: 0.1
Platform: darwin
Current file's scopes: [
  "source.js",
  "punctuation.definition.function.body.begin.bracket.curly"
]
linter-jshint configuration: {
  "executablePath": "",
  "lintInlineJavaScript": false,
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}
CarnivorousRex commented 3 years ago

Duplicate