AtomLinter / linter-jshint

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

Invalid position given by 'W084' #811

Open okanbeydanol opened 4 years ago

okanbeydanol commented 4 years ago

JSHint returned a point that did not exist in the document being edited. Rule: W084 Requested point: 8334:20

Debug information:

Atom version: 1.43.0
linter-jshint version: v3.1.18
JSHint version: jshint v2.10.3
Hours since last Atom restart: 0
Platform: win32
Current file's scopes: [
  "source.js",
  "punctuation.definition.parameters.begin.bracket.round"
]
linter-jshint configuration: {
  "executablePath": "",
  "lintInlineJavaScript": false,
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}