Skip to content

Commit 27218fa

Browse files
committed
update devDependencies to last stable. Disable new object-curly-spacing standard rule (eslint-config-standard#124).
1 parent 88a8561 commit 27218fa

File tree

3 files changed

+316
-412
lines changed

3 files changed

+316
-412
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"outerIIFEBody": 0
1313
}],
1414
"space-before-function-paren": "off",
15+
"object-curly-spacing": "off",
1516
"operator-linebreak": ["error", "before", { "overrides": { "=": "after" } }],
1617
"no-cond-assign": "off",
1718
"no-useless-escape": "off",

0 commit comments

Comments
 (0)