ESLint
约 98 字小于 1 分钟
ESLintlintrules
2024-08-13
Find and fix problems in your JavaScript code
eslint-plugin-vue
| 规则名称 | 配置 | 说明 |
|---|---|---|
| vue/no-undef-components | ['error'] | 监测未定义的组件 |
| vue/no-undef-properties | ['error'] | 监测未定义的属性 |
| vue/no-undef-methods | ['error'] | 监测未定义的方法 |
| vue/attribute-hyphenation | 'off' | 组件的属性名称应使用 kebab-case 形式 |
