TSLint: re-enable bool-param-default rule

The bool-param-default rule requires all optional boolean parameters to
have a default value.
This commit is contained in:
glacambre 2019-04-01 18:06:13 +02:00
parent 03d1f183f0
commit f11f5481e2
No known key found for this signature in database
GPG key ID: B9625DB1767553AC
2 changed files with 0 additions and 9 deletions

View file

@ -2423,14 +2423,6 @@ export async function viewcontainers() {
//
// {{{ MISC
/** Deprecated
* @hidden
*/
//#background
export function suppress(preventDefault?: boolean, stopPropagation?: boolean) {
mode("ignore")
}
//#background
export function version() {
fillcmdline_notrail(TRI_VERSION)

View file

@ -3,7 +3,6 @@
"rules": {
"align": false,
"arrow-parens": false,
"bool-param-default": false,
"callable-types": false,
"class-name": false,
"cognitive-complexity": false,