Fix tslint errors and add tslint to CI task in package.json

This commit is contained in:
Scott Nonnenberg
2018-04-05 08:37:04 -07:00
parent be91a89d68
commit 1052341d79
3 changed files with 7 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ interface IProps {
/**
* Corresponds to the theme setting in the app, and the class added to the root element.
*/
theme: "ios" | "android" | "android-dark";
theme: 'ios' | 'android' | 'android-dark';
}
/**