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

Was this bump to eslint 7 needed? #6

Open
ghost opened this issue May 20, 2020 · 0 comments
Open

Was this bump to eslint 7 needed? #6

ghost opened this issue May 20, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented May 20, 2020

"eslint": "^7.0.0"

It put one of my projects into a bind where other plugins and configs were restricting to ^6 and ^5 and with this now ^7

image

It breaks when I ran yarn add -D eslint eslint-config-vuetify eslint-plugin-vuetify

here is a portion of my package.json too

    "eslint-config-node": "^4.0.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-vuetify": "^0.6.1",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jest": "^23.0.3",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-simple-import-sort": "^4.0.0",
    "eslint-plugin-vue": "^6.0.1",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants