mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: update tslint rules (#7391)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { AbsoluteLayout as AbsoluteLayoutDefinition } from ".";
|
||||
import { AbsoluteLayout as AbsoluteLayoutDefinition } from ".";
|
||||
import { LayoutBase, View, Property, Length, zeroLength, CSSType } from "../layout-base";
|
||||
|
||||
export * from "../layout-base";
|
||||
@@ -10,6 +10,7 @@ function validateArgs(element: View): View {
|
||||
if (!element) {
|
||||
throw new Error("element cannot be null or undefinied.");
|
||||
}
|
||||
|
||||
return element;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user