Skip to content

Commit 08026c2

Browse files
committed
chore: fix eslint tuples warnning
1 parent f1b3c0e commit 08026c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ module.exports = {
2727
env: { mocha: true },
2828
},
2929
],
30+
settings: {
31+
jsdoc: {
32+
mode: 'typescript',
33+
},
34+
},
3035
};

0 commit comments

Comments
 (0)