mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore(tslint): update tslint rules and fix errors (#5747)
* chore(tslint): fix tslint config & errors * chore(tslint): enable double quotes, whitespace, and arrow-return-shorthand rules and fix errors
This commit is contained in:
@@ -47,7 +47,7 @@ export function setNetwork(newNetwork: domains.network.NetworkDomainDebugger) {
|
||||
|
||||
var dom;
|
||||
|
||||
export function getDOM():any {
|
||||
export function getDOM(): any {
|
||||
return dom;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user