vuejs / eslint-config-airbnb

ESLint Shareable Configs for Airbnb JavaScript Style Guide in Vue.js Projects
MIT License
72 stars 20 forks source link

Support ESLint 8 #33

Closed daverogers closed 2 years ago

daverogers commented 2 years ago

"@vue/eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has incorrect peer dependency "eslint@^5.16.0 || ^6.8.0 || ^7.2.0".

Looks like the latest eslint-config-airbnb-base supports ^8.2.0 so you just need a version bump

haoqunjiang commented 2 years ago

Supported in v6.0.0