Skip to content

Commit 00f2d46

Browse files
committed
Convert to TypeScript
1 parent 94475b9 commit 00f2d46

16 files changed

+1155
-1615
lines changed

.eslintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
2+
"globals": {
3+
"TaskListsElement": "readable"
4+
},
25
"extends": [
36
"plugin:github/es6",
47
"plugin:github/browser",
5-
"plugin:github/flow"
8+
"plugin:github/typescript"
69
]
710
}

.flowconfig

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

.travis.yml

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

examples/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<!-- <script type="text/javascript" src="../dist/index.umd.js"></script> -->
6-
<script type="text/javascript" src="https://unpkg.com/@github/task-lists-element@latest"></script>
5+
<!-- <script type="module" src="../dist/index.js"></script> -->
6+
<script type="module" src="https://unpkg.com/@github/task-lists-element@latest"></script>
77
<title>task-lists-element demo</title>
88
</head>
99
<body>

index.d.ts

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

0 commit comments

Comments
 (0)