mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-11 06:07:12 +01:00
Change linter config to antfu config and lint code
This commit is contained in:
@@ -5,8 +5,8 @@ import type { UsesItem } from '#components'
|
||||
defineProps({
|
||||
item: {
|
||||
type: Object as PropType<typeof UsesItem>,
|
||||
required: true
|
||||
}
|
||||
required: true,
|
||||
},
|
||||
})
|
||||
|
||||
const { locale } = useI18n()
|
||||
|
||||
Reference in New Issue
Block a user