We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1461e37 commit a234dacCopy full SHA for a234dac
eslint.config.ts
@@ -119,6 +119,7 @@ export default defineConfig([
119
'vue/no-restricted-class': ['error', '/^dark:/'],
120
'vue/multi-word-component-names': 'off', // TODO: fix
121
'vue/no-template-shadow': 'off', // TODO: fix
122
+ 'vue/match-component-import-name': 'error',
123
/* Toggle on to do additional until we can clean up existing violations.
124
'vue/no-unused-emit-declarations': 'error',
125
'vue/no-unused-properties': 'error',
0 commit comments