AtomLinter / linter-jshint

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

Invalid position given by 'E022' #866

Open ManuelPeh76 opened 2 years ago

ManuelPeh76 commented 2 years ago

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