vuejs / devtools-v6

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools-v6.vuejs.org/
MIT License
24.68k stars 4.14k forks source link

chore: Support vue setup macros in estlint config and remove unnecessary imports #2059

Open Azurewarth0920 opened 1 year ago

Azurewarth0920 commented 1 year ago

Description

After launching the development environment, the warning shows that we are importing unnecessary vue macros:

Screenshot 2023-04-29 at 12 35 05

Updated Eslint config to support vue setup macros

Additional context


What is the purpose of this pull request?

Before submitting the PR, please make sure you do the following