diff --git a/.jsbeautifyrc b/.jsbeautifyrc index f06aeab..09a846d 100644 --- a/.jsbeautifyrc +++ b/.jsbeautifyrc @@ -1,14 +1,19 @@ { "css": { - "allowed_file_extensions": ["css", "scss", "sass", "less"], - "end_with_newline": true, - "indent_char": " ", - "indent_size": 2, - "indent_with_tabs": true, - "newline_between_rules": true, - "selector_separator": " ", - "selector_separator_newline": true, - "preserve_newlines": true, - "max_preserve_newlines": 10 + "allowed_file_extensions": [ + "css", + "scss", + "sass", + "less" + ], + "end_with_newline": true, + "indent_char": " ", + "indent_size": 2, + "indent_with_tabs": true, + "newline_between_rules": true, + "selector_separator": " ", + "selector_separator_newline": true, + "preserve_newlines": true, + "max_preserve_newlines": 10 } -} \ No newline at end of file +} diff --git a/.prettierrc b/.prettierrc index 7b1117a..f8bc8d6 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,9 +1,11 @@ { - "tabWidth": 2, "useTabs": true, + "tabWidth": 2, "semi": false, "singleQuote": true, "bracketSpacing": true, + "trailingComma": "none", + "printWidth": 120, "arrowParens": "avoid", "vueIndentScriptAndStyle": false } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 986607b..b1983a5 100644 --- a/public/index.html +++ b/public/index.html @@ -42,6 +42,9 @@ +
+ +