codeclimate / codeclimate-eslint

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

Upgrade eslint-plugin-vue to 7.20.0 for <script setup> support. #571

Open alboyadjian opened 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.