Files
jdt-game/.eslintrc
2023-08-30 14:19:23 +08:00

9 lines
212 B
Plaintext

// ESLint 检查 .vue 文件需要单独配置编辑器:
// https://eslint.vuejs.org/user-guide/#editor-integrations
{
"extends": ["taro/vue3"],
"rules": {
"vue/multi-word-component-names": "off"
}
}