codeclimate / codeclimate-eslint

Code Climate Engine for ESLint
MIT License
95 stars 94 forks source link

Eslint plugin vue 8.x upgrade #572

Closed alboyadjian closed 2 years ago

alboyadjian commented 2 years ago

Support for <script setup> syntax was added in 7.13.0 https://github.com/vuejs/eslint-plugin-vue/releases/tag/v7.13.0

Without this update, eslint reports false positives.

The 8.x series has a number of updates to improve eslint-8 compatibility.

dantevvp commented 2 years ago

Thanks for your contribution! I went ahead and merged this in a different PR #576 to update to some more recent versions of these plugins. Closing this now.