Skip to content

Commit 0b9a139

Browse files
committed
[INTERNAL] eslint: set jsdoc mode to 'jsdoc' instead of new default 'typescript'
1 parent c5400af commit 0b9a139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = {
7777
},
7878
"settings": {
7979
"jsdoc": {
80+
"mode": "jsdoc",
8081
"tagNamePreference": {
8182
"return": "returns",
8283
"augments": "extends"

0 commit comments

Comments
 (0)