Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

clear lint #4

Merged
merged 3 commits into from
Sep 6, 2019
Merged

clear lint #4

merged 3 commits into from
Sep 6, 2019

Conversation

ccheney
Copy link
Collaborator

@ccheney ccheney commented Sep 3, 2019

No description provided.

@ccheney ccheney requested a review from codeBelt September 3, 2019 17:03

// Union Type style:
export type ConstructorUnion<T> = new (...args: any[]) => T;
export type IConstructor<T> = new (...args: any[]) => T;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be called IConstructor if it is not an interface?

@@ -18,12 +18,12 @@ const isLocalhost = Boolean(
window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we delete this files?

@codeBelt codeBelt merged commit 41eea26 into master Sep 6, 2019
@codeBelt codeBelt deleted the clear-lint branch September 11, 2019 16:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants