Merge pull request #1426 from tridactyl/tslint_rules_reactivation

TSLint: re-enable bool-param-default rule
This commit is contained in:
Oliver Blanthorn 2019-04-01 18:03:33 +01:00 committed by GitHub
commit efdee3c4e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,