We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a71a96 commit d18119eCopy full SHA for d18119e
1 file changed
.eslintrc.json
@@ -28,7 +28,7 @@
28
"no-unused-expressions": "off",
29
"no-unused-labels": "warn",
30
"no-var": "warn",
31
- "jsdoc/no-types": "off",
+ "jsdoc/no-types": "warn",
32
"semi": "off",
33
"@typescript-eslint/semi": "warn",
34
"@typescript-eslint/class-name-casing": "warn",
@@ -607,5 +607,15 @@
607
"restrictions": "**/vs/**"
608
}
609
]
610
- }
+ },
611
+ "overrides": [
612
+ {
613
+ "files": [
614
+ "*.js"
615
+ ],
616
+ "rules": {
617
+ "jsdoc/no-types": "off"
618
+ }
619
620
+ ]
621
0 commit comments