diff --git a/eslint.config.ts b/eslint.config.ts index 6d45cd5..4551def 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -101,6 +101,8 @@ export default defineConfigWithVueTs( ], 'vue/attributes-order': 'error', 'vue/multi-word-component-names': 'off', + 'vue/padding-line-between-blocks': ['error', 'always'], + // '@stylistic/padding-line-between-statements': [ // 'error', // { blankLine: 'always', prev: '*', next: ['const', 'let', 'var'] }, diff --git a/src/pages/demos/index.page.vue b/src/pages/demos/index.page.vue index ce48638..bc46fc9 100644 --- a/src/pages/demos/index.page.vue +++ b/src/pages/demos/index.page.vue @@ -24,6 +24,7 @@ const FComponent: FunctionalComponent<{ prop: string }> = (props /* context */) ); +