Skip to content

Instantly share code, notes, and snippets.

View TylorS's full-sized avatar
🍕
OSS on my mind

Tylor Steinberger TylorS

🍕
OSS on my mind
View GitHub Profile
@TylorS
TylorS / tslint.json
Created June 3, 2017 16:50
tslint json
{
"rules": {
"adjacent-overload-signatures": true,
"align": [
true,
"statements"
],
"array-type": [
true,
"generic"
@TylorS
TylorS / esnextbin.md
Created May 27, 2017 18:52
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Last active May 25, 2017 15:32
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Last active May 22, 2017 17:50
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Last active May 16, 2017 16:47
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Last active May 16, 2017 15:51
esnextbin sketch
@TylorS
TylorS / HtmlProperties.ts
Created May 6, 2017 15:24
TypeScript typings for all DOM properties
// tslint:disable:max-file-line-count
export type NodeProperties =
{
nodeValue?: string | null;
textContent?: string | null;
};
export type ElementProperties = NodeProperties &
{
className?: string;
@TylorS
TylorS / esnextbin.md
Created May 1, 2017 16:29
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Created May 1, 2017 15:43
esnextbin sketch
@TylorS
TylorS / esnextbin.md
Created May 1, 2017 15:41
esnextbin sketch