mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-11 01:59:58 +00:00
TSLint compliance
This commit is contained in:
@@ -83,7 +83,7 @@ process.on("SIGTERM", () => {
|
||||
}
|
||||
|
||||
if (receiverSelectorApp && !receiverSelectorAppClosed) {
|
||||
receiverSelectorApp.kill()
|
||||
receiverSelectorApp.kill();
|
||||
}
|
||||
|
||||
browser.stop();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../common/tsconfig"
|
||||
"extends": "../tsconfig"
|
||||
, "include": [
|
||||
"./src/**/*"
|
||||
, "./@types/**/*"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": [
|
||||
"../common/tslint.json"
|
||||
"../tslint.json"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user