diff --git a/.eslintrc b/.eslintrc index 12076e6a13e34a..e43219297b414e 100644 --- a/.eslintrc +++ b/.eslintrc @@ -183,7 +183,7 @@ "key-spacing": 0, "keyword-spacing": 1, // enforce spacing before and after keywords - "jsx-quotes": [1, "prefer-double"], + "jsx-quotes": [1, "prefer-double"], // enforces the usage of double quotes for all JSX attribute values which doesn’t contain a double quote "comma-spacing": 0, "no-multi-spaces": 0, "brace-style": 0, // enforce one true brace style (off by default)