Skip to content

Commit 15893aa

Browse files
Ændrew RininslandÆndrew Rininsland
authored andcommitted
Adds Karma, more files to linting. Lints all files.
1 parent aaf1992 commit 15893aa

File tree

13 files changed

+1532
-1289
lines changed

13 files changed

+1532
-1289
lines changed

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ root = true
22

33
[*]
44
indent_style = space
5-
indent_size = 2
5+
indent_size = 3
66
end_of_line = lf
77
charset = utf-8
88
trim_trailing_whitespace = true

.jscsrc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"disallowDanglingUnderscores": true,
2+
"disallowDanglingUnderscores": false,
33
"disallowIdentifierNames": [],
44
"disallowImplicitTypeConversion": [],
55
"disallowKeywordsOnNewLine": [
@@ -53,7 +53,6 @@
5353
"do",
5454
"else",
5555
"for",
56-
"if",
5756
"try",
5857
"while"
5958
],
@@ -139,4 +138,4 @@
139138
},
140139
"validateParameterSeparator": ", ",
141140
"validateQuoteMarks": "'"
142-
}
141+
}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ node_js:
77
- "0.11"
88
- "0.10"
99
script:
10+
- npm test
1011
- npm run-script codecov

0 commit comments

Comments
 (0)