linter-jshint icon indicating copy to clipboard operation
linter-jshint copied to clipboard

Invalid position given by 'W084'

Open okanbeydanol opened this issue 5 years ago • 0 comments

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"
}

okanbeydanol avatar Jan 28 '20 13:01 okanbeydanol