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.
1 parent 66d2a19 commit 4623edcCopy full SHA for 4623edc
.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