Skip to content

Commit

Permalink
update devDependencies to last stable. Disable new `object-curly-spac…
Browse files Browse the repository at this point in the history
…ing` standard rule (eslint-config-standard#124).
  • Loading branch information
Feder1co5oave committed Jan 13, 2019
1 parent 88a8561 commit 27218fa
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 412 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -12,6 +12,7 @@
"outerIIFEBody": 0
}],
"space-before-function-paren": "off",
"object-curly-spacing": "off",
"operator-linebreak": ["error", "before", { "overrides": { "=": "after" } }],
"no-cond-assign": "off",
"no-useless-escape": "off",
Expand Down

0 comments on commit 27218fa

Please sign in to comment.