diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..bf241bd --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,8 @@ +{ + "tabWidth": 3, + "useTabs": true, + "semi": false, + "trailingComma": "none", + "arrowParens": "avoid", + "singleQuote": false +} \ No newline at end of file diff --git a/src/app/app.component.html b/src/app/app.component.html index d8ff782..9a23c5d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,23 +1,51 @@ -