mirror of
https://github.com/google/blockly.git
synced 2026-03-04 12:20:11 +01:00
chore: don't require types on return
This commit is contained in:
@@ -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