From 2bdcc51846e245c59ca8e495b42947b59ee8f89d Mon Sep 17 00:00:00 2001 From: qmhc <544022268@qq.com> Date: Mon, 31 Oct 2022 22:41:10 +0800 Subject: [PATCH] Ignore `' + }, + { + filename: 'test.vue', + code: '' } ], invalid: [ @@ -30,6 +34,11 @@ tester.run('no-textarea-mustache', rule, { code: '', errors: ["Unexpected mustache. Use 'v-model' instead."] }, + { + filename: 'test.vue', + code: '', + errors: ["Unexpected mustache. Use 'v-model' instead."] + }, { filename: 'test.vue', code: '',