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

Invalid position given by 'E022'

Open ManuelPeh76 opened this issue 3 years ago • 0 comments

JSHint returned a point that did not exist in the document being edited. Rule: E022 Requested point: 407:24

Debug information:

Atom version: 1.58.0
linter-jshint version: v3.1.19
JSHint version: jshint v2.11.0
Hours since last Atom restart: 1.2
Platform: win32
Current file's scopes: [
  "source.js",
  "string.regexp",
  "keyword.operator.js"
]
linter-jshint configuration: {
  "lintInlineJavaScript": true,
  "executablePath": "",
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}

ManuelPeh76 avatar Jan 25 '22 18:01 ManuelPeh76