-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies to enable Greenkeeper 🌴 (#335)
adapt code to updated dependencies
- Loading branch information
1 parent
1832b7f
commit b5e46fd
Showing
34 changed files
with
337 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"rules": { | ||
"indent": [2, 2, {"SwitchCase": 1, "VariableDeclarator": 2}], | ||
"curly": [2, "all"], | ||
"operator-linebreak": [2, "after"], | ||
"camelcase": [2, {"properties": "never"}], | ||
"quotes": [2, "single"], | ||
"no-multi-str": 2, | ||
"no-mixed-spaces-and-tabs": 2, | ||
"no-trailing-spaces": 2, | ||
"space-unary-ops": [2, | ||
{ | ||
"nonwords": false, | ||
"overrides": {} | ||
} | ||
], | ||
"brace-style": [2, "1tbs", {"allowSingleLine": true}], | ||
"keyword-spacing": [2, {}], | ||
"space-infix-ops": 2, | ||
"space-before-blocks": [2, "always"], | ||
"eol-last": 2, | ||
"space-before-function-paren": [2, "always"], | ||
"array-bracket-spacing": [2, "never", {"singleValue": false}], | ||
"space-in-parens": [2, "never"], | ||
"no-multiple-empty-lines": 2 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.