diff --git a/.prettierrc.json b/.prettierrc.json index 66e2335..13fc342 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,8 +1,8 @@ { "$schema": "https://json.schemastore.org/prettierrc", - "semi": false, + "semi": true, "tabWidth": 2, "singleQuote": true, - "printWidth": 100, + "printWidth": 120, "trailingComma": "none" } \ No newline at end of file diff --git a/components.d.ts b/components.d.ts index a553ee4..b567c37 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,7 +2,7 @@ // @ts-nocheck // Generated by unplugin-vue-components // Read more: https://github.com/vuejs/core/pull/3399 -export { } +export {} /* prettier-ignore */ declare module 'vue' { diff --git a/index.html b/index.html index 20f5f86..949156d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue index 38d821e..17c5ad1 100644 --- a/src/components/HelloWorld.vue +++ b/src/components/HelloWorld.vue @@ -1,7 +1,7 @@