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

Invalid position given by 'W033'

Open spatial25 opened this issue 3 years ago • 0 comments

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

Debug information:

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

spatial25 avatar Nov 23 '21 05:11 spatial25