Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Invalid position given by 'no-multiple-empty-lines' #788

Closed
Nick930826 opened this issue Jan 20, 2017 · 1 comment
Closed

Invalid position given by 'no-multiple-empty-lines' #788

Nick930826 opened this issue Jan 20, 2017 · 1 comment

Comments

@Nick930826
Copy link

ESLint returned a point that did not exist in the document being edited.
Rule: no-multiple-empty-lines
Requested range: 345:1

Debug information:

{
  "atomVersion": "1.11.2",
  "linterEslintVersion": "8.0.0",
  "linterEslintConfig": {
    "lintHtmlFiles": false,
    "useGlobalEslint": false,
    "showRuleIdInMessage": true,
    "disableWhenNoEslintConfig": true,
    "eslintrcPath": "",
    "globalNodePath": "",
    "advancedLocalNodeModules": "",
    "eslintRulesDir": "",
    "disableEslintIgnore": false,
    "disableFSCache": false,
    "fixOnSave": false,
    "scopes": [
      "source.js",
      "source.jsx",
      "source.js.jsx",
      "source.babel",
      "source.js-semantic"
    ],
    "rulesToSilenceWhileTyping": []
  },
  "eslintVersion": "2.13.1",
  "hoursSinceRestart": 8.3,
  "platform": "darwin",
  "eslintType": "local project",
  "eslintPath": "/Users/cxy/code/weixiaobao/VE/node_modules/eslint"
}
@IanVS
Copy link
Member

IanVS commented Jan 20, 2017

This is a duplicate of #687. Please upgrade your version of ESLint to 3.5.0 or above.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants