2023/09/15

Disable Vue 3.x ESLint

再Package.json的eslintConfig加入下方的配置
    "ignorePatterns": [
      "src/*"
    ]