Merged feature/109 to 1.0

This commit is contained in:
Christoph Oberhofer
2016-08-20 23:21:52 +02:00
94 changed files with 17402 additions and 10302 deletions
+5 -4
View File
@@ -25,18 +25,19 @@
},
"globals": {
"ENV": true,
"beforeEach": true,
"describe": true,
"it": true,
"describe": true,
"beforeEach": true,
"sinon": true,
"expect": true,
"sinon": true
"afterEach": true
},
"rules": {
"no-unused-expressions": 1,
"no-extra-boolean-cast": 1,
"no-multi-spaces": 2,
"no-underscore-dangle": 0,
"comma-dangle": 2,
"comma-dangle": 0,
"camelcase": 0,
"curly": 2,
"eqeqeq": 2,