We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66d2a19 + 4623edc commit 7460290Copy full SHA for 7460290
.eslintrc.json
@@ -26,6 +26,7 @@
26
27
"rules": {
28
"no-var": "warn",
29
+ "object-shorthand": ["warn", "properties"],
30
31
"accessor-pairs": ["error", { "setWithoutGet": true, "enforceForClassMembers": true }],
32
"array-bracket-spacing": ["error", "never"],
0 commit comments