AtomLinter / linter-eslint

ESLint plugin for Atom Linter

Home Page:https://atom.io/packages/linter-eslint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid position given by 'prettier/prettier'

fselinalp opened this issue · comments

ESLint returned a point that did not exist in the document being edited.
Rule: prettier/prettier
Requested start point: 1:26 - 1:28

Debug information:

{
  "atomVersion": "1.49.0",
  "linterEslintVersion": "8.5.5",
  "linterEslintConfig": {
    "scopes": [
      "source.js",
      "source.jsx",
      "source.js.jsx",
      "source.flow",
      "source.babel",
      "source.js-semantic"
    ],
    "lintHtmlFiles": false,
    "autofix": {
      "fixOnSave": false,
      "ignoreFixableRulesWhileTyping": false,
      "rulesToDisableWhileFixing": []
    },
    "global": {
      "useGlobalEslint": false,
      "eslintrcPath": "",
      "globalNodePath": ""
    },
    "disabling": {
      "disableWhenNoEslintConfig": true,
      "rulesToSilenceWhileTyping": []
    },
    "advanced": {
      "disableEslintIgnore": false,
      "disableFSCache": false,
      "showRuleIdInMessage": true,
      "eslintRulesDirs": [],
      "localNodeModules": ""
    }
  },
  "eslintVersion": "6.8.0",
  "hoursSinceRestart": 0.6,
  "platform": "win32",
  "eslintType": "local project",
  "eslintPath": "C:\\kimlikdogrulama\\node_modules\\eslint",
  "editorScopes": [
    "source.js",
    "meta.delimiter.comma"
  ]
}

Run this line on the command terminal. -> npm run lint -- --fix

Is this still an issue?

Yes, I can reproduce it in the package-deps repo.

Duplicate of #1249