Skip to content

Commit 3a27693

Browse files
committed
fix(types): avoid using module declaration
1 parent ffa6a79 commit 3a27693

File tree

10 files changed

+828
-1800
lines changed

10 files changed

+828
-1800
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
/dist
33
/es
44
/lib
5+
/types
56
/tonicExample.js
67
/tmp-test-bundle.js

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.idea
22
/.tmp
3+
/.claude
34
/node_modules
45
/npm-debug.log
56
/coverage

.lintstagedrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"*.js": "eslint",
3-
"*.ts": "tslint --project types/tsconfig.json -c types/tslint.json"
2+
"*.js": "eslint"
43
}

0 commit comments

Comments
 (0)