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

Invalid position given by 'W033'

Open ManuelPeh76 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: 82:67

Debug information:

Atom version: 1.56.0
linter-jshint version: v3.1.19
JSHint version: jshint v2.11.0
Hours since last Atom restart: 4.7
Platform: win32
Current file's scopes: [
  "source.js",
  "meta.delimiter.period"
]
linter-jshint configuration: {
  "lintInlineJavaScript": true,
  "executablePath": "",
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}

ManuelPeh76 avatar May 08 '21 21:05 ManuelPeh76