diff --git a/.prettierrc.json b/.prettierrc.json index 407209c..471698f 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -2,7 +2,7 @@ "printWidth": 80, "tabWidth": 2, "semi": true, - "singleQuote": false, + "singleQuote": true, "trailingComma": "es5", "bracketSpacing": true, "arrowParens": "always"