Skip to content

Commit c7d143a

Browse files
committed
Migrated to eslint and updated deps with breaking changes (min ts version)
1 parent 0cf4f34 commit c7d143a

File tree

10 files changed

+554
-209
lines changed

10 files changed

+554
-209
lines changed

.eslintignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/lib/**
2+
/dist/**
3+
4+
**/node_modules
5+
6+
/tests/test-cases/**/*.ts
7+
/tests/test-cases/**/output.js

0 commit comments

Comments
 (0)