Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the eslint of 6.6.0 occur errors #12517

Closed
kobe990 opened this issue Nov 1, 2019 · 1 comment
Closed

the eslint of 6.6.0 occur errors #12517

kobe990 opened this issue Nov 1, 2019 · 1 comment
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly triage An ESLint team member will look at this issue soon

Comments

@kobe990
Copy link

kobe990 commented Nov 1, 2019

Tell us about your environment

  • ESLint Version: 6.6.0
  • Node Version: 8.9.1
  • npm Version: 6.10.1

What parser (default, Babel-ESLint, etc.) are you using?

Please show your full configuration:
** This the webpack config

rules: [
      {
        test: /\.(js|vue)$/,
        loader: 'eslint-loader',
        enforce: 'pre',
        include: [resolve('src'), resolve('test')],
        options: {
          formatter: require('eslint-friendly-formatter'),
          quiet: false,
        }
      },
      {
        test: /\.vue$/,
        loader: 'vue-loader',
      },
      {
        test: /\.js$/,
        loader: 'babel-loader',
        include: [resolve('src'), resolve('test')]
      }]

What did you do? Please include the actual source code causing the issue, as well as the command that you used to run ESLint.
I just run the command: npm run dev,

What did you expect to happen?
no errors happen.

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

the errors on the picture happened. When I downgrade the version of the eslint. the errors disappear. It seems that the 6.6.0 version of the eslint has this problem

@kobe990 kobe990 added bug ESLint is working incorrectly triage An ESLint team member will look at this issue soon labels Nov 1, 2019
@mysticatea
Copy link
Member

Thank you for your report.

This is a duplicate of #12493.

ESLint doesn't support Node.js 8.9.1 since ESLint 6.0.0. Please use >=8.10.0. See also Migrating to 6.0.0.

@eslint-deprecated eslint-deprecated bot locked and limited conversation to collaborators May 1, 2020
@eslint-deprecated eslint-deprecated bot added the archived due to age This issue has been archived; please open a new issue for any further discussion label May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
archived due to age This issue has been archived; please open a new issue for any further discussion bug ESLint is working incorrectly triage An ESLint team member will look at this issue soon
Projects
None yet
Development

No branches or pull requests

2 participants