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