AtomLinter / linter-jshint

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

Invalid position given by 'E021' #870

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: E021 Requested point: 301:79

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.8
Platform: win32
Current file's scopes: [
  "source.js",
  "comment.block"
]
linter-jshint configuration: {
  "executablePath": "",
  "lintInlineJavaScript": false,
  "disableWhenNoJshintrcFileInPath": false,
  "scopes": [
    "source.js",
    "source.js-semantic"
  ],
  "jshintFileName": ".jshintrc",
  "jshintignoreFilename": ".jshintignore"
}