diff options
Diffstat (limited to 'app/.prettierrc')
-rw-r--r-- | app/.prettierrc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/.prettierrc b/app/.prettierrc new file mode 100644 index 0000000..0205ecf --- /dev/null +++ b/app/.prettierrc @@ -0,0 +1,6 @@ +{ + "semi": true, + "singleQuote": true, + "tabWidth": 2, + "trailingComma": "es5" +}
\ No newline at end of file |