Lint project

This commit is contained in:
2022-07-11 13:59:14 +02:00
parent 136db4a934
commit 3364855a25
27 changed files with 279 additions and 243 deletions

4
components.d.ts vendored
View File

@@ -22,6 +22,8 @@ declare module 'vue' {
MoonIcon: typeof import('./src/components/icons/MoonIcon.vue')['default']
Project: typeof import('./src/components/Project.vue')['default']
ProjectSection: typeof import('./src/components/ProjectSection.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
SectionPart: typeof import('./src/components/SectionPart.vue')['default']
SectionTitle: typeof import('./src/components/SectionTitle.vue')['default']
SocialList: typeof import('./src/components/SocialList.vue')['default']
@@ -33,5 +35,3 @@ declare module 'vue' {
WorkSection: typeof import('./src/components/WorkSection.vue')['default']
}
}
export { }