提交 d18119e2 编写于 作者: J Johannes Rieken

enable jsdoc/no-types rule for TS files

上级 2a71a96c
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"no-unused-expressions": "off", "no-unused-expressions": "off",
"no-unused-labels": "warn", "no-unused-labels": "warn",
"no-var": "warn", "no-var": "warn",
"jsdoc/no-types": "off", "jsdoc/no-types": "warn",
"semi": "off", "semi": "off",
"@typescript-eslint/semi": "warn", "@typescript-eslint/semi": "warn",
"@typescript-eslint/class-name-casing": "warn", "@typescript-eslint/class-name-casing": "warn",
...@@ -607,5 +607,15 @@ ...@@ -607,5 +607,15 @@
"restrictions": "**/vs/**" "restrictions": "**/vs/**"
} }
] ]
} },
"overrides": [
{
"files": [
"*.js"
],
"rules": {
"jsdoc/no-types": "off"
}
}
]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册