diff options
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.prettierrc.json b/.prettierrc.json new file mode 100644 index 0000000..98b83ae --- /dev/null +++ b/.prettierrc.json @@ -0,0 +1,7 @@ +{ + "semi": true, + "printWidth": 100, + "singleQuote": true, + "trailingComma": "all", + "arrowParens": "always" +} |