Skip to content

Commit

Permalink
Various fixes (including breaking changes)
Browse files Browse the repository at this point in the history
- Migrated to eslint from tslint
- Upgraded min typescript version to 4.3
- Upgraded outdated dev dependencies
- Allowed to use with ts5

Fixes #25
Fixes #19
  • Loading branch information
timocov committed Apr 23, 2023
1 parent 8f27d88 commit 3393c1c
Show file tree
Hide file tree
Showing 10 changed files with 544 additions and 228 deletions.
7 changes: 7 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/lib/**
/dist/**

**/node_modules

/tests/test-cases/**/*.ts
/tests/test-cases/**/output.js
Loading

0 comments on commit 3393c1c

Please sign in to comment.