From 395d83521d639963d2aafee2ac4dfe1701f2b669 Mon Sep 17 00:00:00 2001 From: Chris Fuertes Date: Mon, 6 Apr 2020 10:01:42 +0200 Subject: [PATCH] Add dobule quotes to ESLint --- .eslintrc.json | 3 +++ 1 file changed, 3 insertions(+) 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