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

fix(eslint): revert #682 adding eslint-plugin-vue to devDependency #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 16, 2021

  1. fix(eslint): revert adding eslint-plugin-vue to devDependency

    This reverts commit 7cef146.
    
    The eslint-plugin-vue isn't configured to be used by the .eslintrc.js,
    so it's installed redundantly as long as only `prettier` rule is used.
    
    If officially installed via `npx @vue/cli add @vue/cli-plugin-eslint`,
    it adds ['plugin:vue/essential','eslint:recommended','@vue/prettier']
    to the extends array; or it can be used with `plugin:vue/recommended`,
    but it needs further analysis to avoid some other potential conflicts.
    scscgit committed Jul 16, 2021
    Configuration menu
    Copy the full SHA
    56f83af View commit details
    Browse the repository at this point in the history