diff --git a/.prettierrc b/.prettierrc index e339e74..945d784 100644 --- a/.prettierrc +++ b/.prettierrc @@ -7,6 +7,12 @@ "trailingComma": "none", "bracketSpacing": true, "overrides": [ + { + "files": "*.js", + "options": { + "tabWidth": 2 + } + }, { "files": "*.json", "options": {