diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..5b2a6ce --- /dev/null +++ b/.prettierrc @@ -0,0 +1,12 @@ +{ + "trailingComma": "es5", + "tabWidth": 4, + "useTabs": false, + "semi": false, + "singleQuote": true, + "printWidth": 120, + "jsxSingleQuote": true, + "bracketSpacing": true, + "bracketSameLine": false, + "arrowParens": "always" +}