style(eslint-config): move newline-after-import to global (#21011)

This commit is contained in:
qiang
2025-06-12 22:30:23 +08:00
committed by GitHub
parent 14806fe8f8
commit 168b5f34ca
55 changed files with 55 additions and 6 deletions

View File

@ -11,6 +11,7 @@
<script lang="ts" setup>
import { ref } from 'vue'
const initials = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j']
const value = ref([])