.eslintrc 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 // ESLint 检查 .vue 文件需要单独配置编辑器: // https://eslint.vuejs.org/user-guide/#editor-integrations { "extends": ["taro/vue3"] }