2
0

Enable vue/require-typed-ref eslint rule (#35764)

Enable https://eslint.vuejs.org/rules/require-typed-ref 
and fix discovered issues.
This commit is contained in:
silverwind
2025-10-29 10:42:06 +01:00
committed by GitHub
parent 6c6da9037b
commit 42bb0e2607
3 changed files with 16 additions and 8 deletions

View File

@@ -924,6 +924,7 @@ export default defineConfig([
'vue/html-closing-bracket-spacing': [2, {startTag: 'never', endTag: 'never', selfClosingTag: 'never'}],
'vue/max-attributes-per-line': [0],
'vue/singleline-html-element-content-newline': [0],
'vue/require-typed-ref': [2],
},
},
{