From 65e33a77e256650215d8c7fcc17b818a70f5fae2 Mon Sep 17 00:00:00 2001 From: hywax Date: Sat, 30 Dec 2023 17:33:02 +0500 Subject: [PATCH] chore: move overrides https://github.com/hywax/mafl/pull/4 --- eslint.config.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 2ce40a0..cfcef0c 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1,15 +1,14 @@ import antfu from '@antfu/eslint-config' export default antfu({ - vue: true, typescript: true, ignores: [ '.output', 'dist', 'node_modules', ], - overrides: { - vue: { + vue: { + overrides: { 'vue/block-order': ['error', { order: ['template', 'script', 'style'], }],