diff --git a/.eslintrc b/.eslintrc index 6e5cc87..ed2a568 100644 --- a/.eslintrc +++ b/.eslintrc @@ -231,7 +231,7 @@ 2 ], // jsx rules - "react/jsx-quotes": 1, + "react/jsx-quotes": 0, "react/jsx-no-undef": 1, "react/jsx-uses-react": 1, "react/jsx-uses-vars": 1, @@ -241,6 +241,7 @@ "react/react-in-jsx-scope": 1, "react/self-closing-comp": 1, "react/wrap-multilines": 1, + "jsx-quotes": [2, "prefer-double"], // ES6 "prefer-const": 2, "object-shorthand": [ diff --git a/build/index.html b/build/index.html index e6825fc..979b583 100644 --- a/build/index.html +++ b/build/index.html @@ -4,7 +4,9 @@