diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..ff5448c --- /dev/null +++ b/.prettierrc @@ -0,0 +1,8 @@ +{ + "printWidth": 100, + "quoteProps": "consistent", + "semi": true, + "singleQuote": false, + "trailingComma": "es5", + "useTabs": true +}