Skip to content

Commit

Permalink
Migrate to Typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara committed Jul 11, 2021
1 parent 6874a66 commit c042069
Show file tree
Hide file tree
Showing 22 changed files with 31,849 additions and 8,750 deletions.
58 changes: 0 additions & 58 deletions .babelrc

This file was deleted.

131 changes: 0 additions & 131 deletions .eslintrc

This file was deleted.

18 changes: 0 additions & 18 deletions .flowconfig

This file was deleted.

2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coverage
es
esm
lib
node_modules
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
es
esm
lib
coverage
node_modules
6 changes: 0 additions & 6 deletions .prettierrc

This file was deleted.

4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- '10'
- '14'
cache:
directories:
- "node_modules"
Expand All @@ -12,5 +12,3 @@ script:
- npm run validate
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
addons:
code_climate: true
Loading

0 comments on commit c042069

Please sign in to comment.