diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..23558a2 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,17 @@ +{ + "trailingComma": "all", + "tabWidth": 2, + "useTabs": false, + "printWidth": 110, + "bracketSpacing": true, + "jsxBracketSameLine": false, + "singleQuote": true, + "semi": true, + "jsonEnable": [ + "json" + ], + "cssEnable": [ + "scss", + "css" + ] +} \ No newline at end of file