diff --git a/.eslintrc b/.eslintrc index 8ef185b..45d6ac7 100644 --- a/.eslintrc +++ b/.eslintrc @@ -686,7 +686,9 @@ rules: # Require quotes around object literal property names # http://eslint.org/docs/rules/quote-props - quote-props: 0 # TODO(krotscheck): Discuss & Activate + quote-props: + - 2 + - "as-needed" # Specify whether backticks, double or single quotes should be used # http://eslint.org/docs/rules/quotes