question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error Use the latest vue-eslint-parser in .js file

See original GitHub issue

Tell us about your environment

  • ESLint Version: 4.14.0
  • eslint-plugin-vue Version: 4.0.1
  • Node Version: 8.9

Please show your full configuration:

{
  "extends": ["./node_modules/@my/eslintconfig"],
  "parser": "babel-eslint",
  "parserOptions": {
    "sourceType": "module",
    "ecmaVersion": 6,
    "allowImportExportEverywhere": true
  },
  "plugins": [
    "html"
  ]
}

In ./node_modules/@my/eslintconfig

module.exports = {
  plugins: ['vue'],
  parser: 'vue-eslint-parser',
  parserOptions: {
    parser: 'babel-eslint',
    allowImportExportEverywhere: false,
    sourceType: 'module',
    ecmaVersion: 2017,
    ecmaFeatures: {
      globalReturn: false,
      impliedStrict: false,
      jsx: false,
      experimentalObjectRestSpread: false
    },
  },
  extends: [
    'plugin:vue/strongly-recommended'
  ],
};

What did you do? Please include the actual source code causing the issue.

The error throw in every .js file

What did you expect to happen?

What actually happened? Please include the actual, raw output from ESLint.

  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-bind
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/attribute-hyphenation
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/html-indent
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/html-self-closing
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/max-attributes-per-line
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/mustache-interpolation-spacing
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/no-duplicate-attributes
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/no-template-key
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/no-textarea-mustache
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/no-unused-vars
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/require-component-is
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/require-v-for-key
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/v-bind-style
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/v-on-style
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/html-end-tags
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-cloak
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-else-if
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-else
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-for
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-html
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-if
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-model
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-on
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-once
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-pre
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-show
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/valid-v-text
  1:1  error  Use the latest vue-eslint-parser. See also https://github.com/vuejs/eslint-plugin-vue#what-is-the-use-the-latest-vue-eslint-parser-error  vue/no-multi-spaces

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

github_iconTop Results From Across the Web

Message: Use the latest vue-eslint-parser · Issue #30
Tried to use the eslint-plugin-vue@beta, but i'm getting the following error: Use the latest vue-eslint-parser. Here's my .eslintrc.js:.
Read more >
Use the latest vue-eslint-parser - encore
and whenever I watch the files I get the following error 1:1 error Use the latest vue-eslint-parser. See also https://vuejs.github.io/eslint- ...
Read more >
User Guide | eslint-plugin-vue
Official ESLint plugin for Vue.js. ... Use .eslintrc.* file to configure rules. ... What is the "Use the latest vue-eslint-parser" error? #.
Read more >
vue-eslint-parser
The ESLint custom parser for `.vue` files.. Latest version: 9.1.0, last published: 4 months ago. Start using vue-eslint-parser in your ...
Read more >
Getting Started | eslint-plugin-vue-i18n
ESLint plugin for Vue I18n. ... '@intlify/vue-i18n/no-dynamic-keys': 'error', ... What is the "Use the latest vue-eslint-parser" error?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found