Skip to content

Commit

Permalink
akabekobeko#108 To TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Jul 16, 2019
1 parent 911158c commit 859c1cb
Show file tree
Hide file tree
Showing 109 changed files with 2,049 additions and 25,267 deletions.
14 changes: 0 additions & 14 deletions .esdoc.json

This file was deleted.

25 changes: 0 additions & 25 deletions .eslintrc

This file was deleted.

8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,13 @@ node_modules
# Optional REPL history
.node_repl_history

# Project
dist/
docs/ast/
.*
examples/icons/*.icns
examples/icons/*.ico
examples/icons/*.png
package-lock.json
package-lock.json
!.gitignore
!.prettierrc
!.travis.yml
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"arrowParens": "always",
"semi": false,
"singleQuote": true
}
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sudo: false
language: node_js
node_js:
- "8"
- "10"
- "11"
- "12"
14 changes: 0 additions & 14 deletions babel.config.js

This file was deleted.

17 changes: 0 additions & 17 deletions docs/badge.svg

This file was deleted.

Loading

0 comments on commit 859c1cb

Please sign in to comment.