Merge branch 'api-v3' into api-v3-groups

This commit is contained in:
Matteo Pagliazzi
2015-12-29 18:17:36 +01:00
552 changed files with 12321 additions and 8213 deletions

View File

@@ -55,6 +55,7 @@ gulp.task('lint:common', () => {
gulp.task('lint:tests', () => {
let options = {
rules: {
'one-var': 0,
'max-nested-callbacks': 0,
'no-unused-expressions': 0,
'mocha/no-exclusive-tests': 2,