diff --git a/.eslintrc.json b/.eslintrc.json index e9aaee8..cfa9a3a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,6 +27,9 @@ "code": 120, "tabWidth": 4 } + ], + "quotes": [ + "warn", "double" ] } } \ No newline at end of file