Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 3
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
Expand Down
5 changes: 2 additions & 3 deletions .jscsrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"disallowDanglingUnderscores": true,
"disallowDanglingUnderscores": false,
"disallowIdentifierNames": [],
"disallowImplicitTypeConversion": [],
"disallowKeywordsOnNewLine": [
Expand Down Expand Up @@ -53,7 +53,6 @@
"do",
"else",
"for",
"if",
"try",
"while"
],
Expand Down Expand Up @@ -139,4 +138,4 @@
},
"validateParameterSeparator": ", ",
"validateQuoteMarks": "'"
}
}
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ node_js:
- "0.11"
- "0.10"
script:
- npm test
- npm run-script codecov
Loading