Skip to content

Commit 9bf99a4

Browse files
authored
Merge pull request #15 from github/typescript
TypeScript
2 parents a946359 + 07338dd commit 9bf99a4

File tree

12 files changed

+1134
-3998
lines changed

12 files changed

+1134
-3998
lines changed

.babelrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

.eslintrc.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
"extends": [
33
"plugin:github/browser",
44
"plugin:github/es6",
5-
"plugin:github/flow"
5+
"plugin:github/typescript"
66
],
7-
"parser": "babel-eslint",
7+
"globals": {
8+
"RemoteInputElement": "readable"
9+
},
810
"overrides": [
911
{
1012
"files": "test/**/*.js",
1113
"rules": {
12-
"flowtype/require-valid-file-annotation": "off",
1314
"github/unescaped-html-literal": "off"
1415
}
1516
}

.flowconfig

Lines changed: 0 additions & 9 deletions
This file was deleted.

index.d.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

index.js.flow

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)