mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
Clean up JSDoc (#327)
* Convert comments to JSDoc * Clean JSdoc * nit * Clean up all JSDoc & ESLint warnings Disables max-len for now Removes redundant JSDoc tags (empty, same name, wrong name, etc)
This commit is contained in:
@@ -66,8 +66,14 @@ export default tseslint.config(
|
||||
// "@typescript-eslint/no-unsafe-function-type": "off",
|
||||
|
||||
"@stylistic/max-len": [
|
||||
"warn",
|
||||
{ code: 100, comments: 130, ignoreStrings: true },
|
||||
"off",
|
||||
{
|
||||
code: 100,
|
||||
comments: 130,
|
||||
ignoreStrings: true,
|
||||
ignoreTemplateLiterals: true,
|
||||
ignoreComments: true,
|
||||
},
|
||||
],
|
||||
|
||||
// "@stylistic/multiline-comment-style": ["warn", "starred-block"],
|
||||
|
||||
Reference in New Issue
Block a user