Skip to content

Commit 38a6797

Browse files
committed
Update typedoc and typescript eslint deps, fix linting
1 parent 9625dcb commit 38a6797

File tree

3 files changed

+749
-830
lines changed

3 files changed

+749
-830
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,12 @@ module.exports = {
7777
"semi": 2,
7878
"arrow-spacing": 2,
7979
"no-prototype-builtins": 1,
80+
"@typescript-eslint/ban-types": 1,
8081
"@typescript-eslint/camelcase": 0,
82+
"@typescript-eslint/no-explicit-any": 1,
8183
"@typescript-eslint/no-var-requires": 1,
84+
"@typescript-eslint/no-unsafe-declaration-merging": 1,
85+
"@typescript-eslint/no-unused-vars": 1,
8286
"@typescript-eslint/no-use-before-define": 1,
8387
"@typescript-eslint/no-empty-interface": 1
8488
},

0 commit comments

Comments
 (0)