mirror of
https://github.com/google/blockly.git
synced 2026-06-17 00:25:14 +02:00
chore: don't require types on return
This commit is contained in:
+3
-1
@@ -139,7 +139,9 @@
|
||||
// TsDoc rules (using JsDoc plugin)
|
||||
// Disable built-in jsdoc verifier.
|
||||
"valid-jsdoc": ["off"],
|
||||
"jsdoc/require-param-type": ["off"]
|
||||
// Don't require types in params and returns docs.
|
||||
"jsdoc/require-param-type": ["off"],
|
||||
"jsdoc/require-returns-type": ["off"]
|
||||
|
||||
}
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user