Skip to content

Commit 9cd96b1

Browse files
committed
chore: push local changes
1 parent 1519d97 commit 9cd96b1

35 files changed

+373
-827
lines changed

.eslintrc.json

+1-9
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
"extends": ["plugin:@typescript-eslint/recommended", "prettier"],
1616
"rules": {
1717
"import/extensions": [
18-
"error",
19-
"ignorePackages",
20-
{
21-
"js": "never",
22-
"jsx": "never",
23-
"ts": "always",
24-
"tsx": "never"
25-
}
26-
],
18+
],
2719
"@typescript-eslint/no-misused-promises": "off",
2820
"@typescript-eslint/no-floating-promises": "warn"
2921
},

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/node_modules
22
/.vscode
33
/.DS_Store
4+
/lib

.mocharc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
{
2-
"loader": "ts-node/esm",
3-
"require": "ts-node/register",
4-
"extension": ["ts"],
5-
"spec": "test/**/*.ts"
2+
"timeout": 240000
63
}

0 commit comments

Comments
 (0)