diff --git a/.prettierrc.json b/.prettierrc.json index 36b3563..fca24df 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,3 +1,6 @@ { - "trailingComma": "none" + "trailingComma": "none", + "tabWidth": 2, + "semi": true, + "singleQuote": false }