diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..7842908 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,9 @@ +{ + "tabWidth": 2, + "printWidth": 80, + "useTabs": false, + "singleQuote": true, + "arrowParens": "always", + "trailingComma": "none", + "endOfLine": "lf" +}