style(tslint): add tslint

Closes #5756
This commit is contained in:
Adam Bradley
2016-04-06 20:48:09 -05:00
parent 86fc741e63
commit d8e670ca7c
19 changed files with 111 additions and 35 deletions

View File

@ -134,7 +134,9 @@ export const isCheckedProperty = function(a: any, b: any): boolean {
}
// not using strict comparison on purpose
/* tslint:disable */
return (a == b);
/* tslint:enable */
};
/**
@ -170,7 +172,7 @@ export const array = {
arr.splice(index, 1);
return true;
}
}
};
/**
* Grab all query strings keys and values.