diff options
Diffstat (limited to '.prettierrc.json')
-rw-r--r-- | .prettierrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.prettierrc.json b/.prettierrc.json index d0df3f36..864a0cc8 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -8,7 +8,6 @@ { "files": ["*.js", "*.json"], "options": { - "tabWidth": 2, "singleQuote": false } }, |