This commit is contained in:
Brittany Chiang
2017-10-10 22:15:49 -07:00
parent 73e71e1ba4
commit b05b913105
374 changed files with 52888 additions and 19170 deletions

View File

@@ -2,6 +2,9 @@
"root": true,
"extends": "starry",
"rules": {
"no-var": 0,
"starry/space-in-parens": ["error", "never"],
"starry/computed-property-spacing": ["error", "never"],
"object-curly-spacing": [2, "never"],
"array-bracket-spacing": ["error", "never"]
}
}