We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b4584d commit c1f033fCopy full SHA for c1f033f
.eslintrc
@@ -55,6 +55,7 @@
55
"no-floating-decimal": [2],
56
"space-infix-ops": [2, {"int32Hint": true}],
57
"quotes": [2, "single"],
58
+ "quote-props": ["error", "as-needed"],
59
"dot-notation": [2],
60
"dot-location": [2, "property"],
61
"operator-linebreak": [2, "after"],
lib/locales/.eslintrc
@@ -0,0 +1,6 @@
1
+{
2
+ "extends": "../.eslintrc",
3
+ "rules": {
4
+ "quote-props": ["error", "consistent"]
5
+ }
6
+}
0 commit comments