mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-19 17:58:39 +00:00
refine lint config, add missing jsdoc and jsdoc-tag corrections
This commit is contained in:
@@ -201,9 +201,6 @@
|
||||
"**/vscode.d.ts"
|
||||
],
|
||||
"rules": {
|
||||
"extends": [
|
||||
"plugin:jsdoc/recommended-typescript"
|
||||
],
|
||||
"jsdoc/tag-lines": "off",
|
||||
"jsdoc/valid-types": "off",
|
||||
"jsdoc/no-multi-asterisks": [
|
||||
@@ -220,6 +217,7 @@
|
||||
"TSInterfaceDeclaration",
|
||||
"TSPropertySignature",
|
||||
"TSMethodSignature",
|
||||
"TSDeclareFunction",
|
||||
"ClassDeclaration",
|
||||
"MethodDefinition",
|
||||
"PropertyDeclaration",
|
||||
@@ -232,9 +230,11 @@
|
||||
"jsdoc/check-param-names": [
|
||||
"warn",
|
||||
{
|
||||
"enableFixer": false
|
||||
"enableFixer": false,
|
||||
"checkDestructured": false
|
||||
}
|
||||
]
|
||||
],
|
||||
"jsdoc/require-returns": "warn"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
1435
src/vscode-dts/vscode.d.ts
vendored
1435
src/vscode-dts/vscode.d.ts
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user