diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 000000000..e0f905339 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,28 @@ +{ + "bracketSameLine": false, + "bracketSpacing": true, + "embeddedLanguageFormatting": "off", + "htmlWhitespaceSensitivity": "strict", + "printWidth": 160, + "semi": false, + "singleAttributePerLine": true, + "singleQuote": true, + "trailingComma": "none", + "tabWidth": 2, + "useTabs": false, + "overrides": [ + { + "files": "*.html", + "options": { + "singleAttributePerLine": false + } + }, + { + "files": "*.json", + "options": { + "parser": "json", + "printWidth": 80 + } + } + ] +} diff --git a/front/index.html b/front/index.html index 186250640..092ef0c79 100644 --- a/front/index.html +++ b/front/index.html @@ -1,101 +1,99 @@ - + - -
- - - - -