Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
minaorangina committed May 4, 2018
1 parent 497a367 commit 9c86589
Show file tree
Hide file tree
Showing 5 changed files with 9,754 additions and 100 deletions.
3 changes: 1 addition & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
"array-bracket-spacing": ["error", "never"],
"object-curly-spacing": ["error", "always"],
"semi": ["error", "always"],
"indent": ["error"],
"space-before-function-paren": "error",
"indent": ["warn", 2],
"no-spaced-func": "error",
"space-unary-ops": [
"error", {
Expand Down
Loading

0 comments on commit 9c86589

Please sign in to comment.