Skip to content

Commit 0586ce1

Browse files
committed
deps: upgrade typescript and eslint
1 parent dcdf632 commit 0586ce1

File tree

3 files changed

+402
-717
lines changed

3 files changed

+402
-717
lines changed

.eslintrc.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
"@typescript-eslint/semi": "warn",
1212
"curly": "warn",
1313
"eqeqeq": "warn",
14-
"no-throw-literal": "warn",
15-
"semi": "off"
16-
},
17-
"ignorePatterns": ["**/*.d.ts"]
14+
"no-throw-literal": "warn"
15+
}
1816
}

0 commit comments

Comments
 (0)