From 195ac3dbf4053adf0636a7df34072ac32ae49949 Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Fri, 25 Apr 2025 13:20:25 +0200 Subject: [PATCH] (lint) activate vue/prefer-use-template-ref, vue/require-macro-variable-name --- eslint.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index d18792ebe..d04e4f865 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -204,7 +204,9 @@ export default withNuxt( 'vue/object-curly-newline': 'warn', 'vue/object-shorthand': 'warn', 'vue/operator-linebreak': 'warn', + 'vue/prefer-use-template-ref': 'error', 'vue/prefer-template': 'warn', + 'vue/require-macro-variable-name': 'error', 'vue/space-infix-ops': 'warn', 'vue/space-unary-ops': 'warn', },