Skip to content

Commit

Permalink
specify typescript jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gtim committed Apr 10, 2023
1 parent 66e7345 commit 2c42271
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ module.exports = {
sourceType: 'module',
ecmaVersion: 2020
},
settings: {
jsdoc: {
mode: "typescript"
}
},
env: {
browser: true,
es2017: true,
Expand Down

0 comments on commit 2c42271

Please sign in to comment.