mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
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:
parent
03d1f183f0
commit
f11f5481e2
2 changed files with 0 additions and 9 deletions
|
@ -2423,14 +2423,6 @@ export async function viewcontainers() {
|
||||||
//
|
//
|
||||||
// {{{ MISC
|
// {{{ MISC
|
||||||
|
|
||||||
/** Deprecated
|
|
||||||
* @hidden
|
|
||||||
*/
|
|
||||||
//#background
|
|
||||||
export function suppress(preventDefault?: boolean, stopPropagation?: boolean) {
|
|
||||||
mode("ignore")
|
|
||||||
}
|
|
||||||
|
|
||||||
//#background
|
//#background
|
||||||
export function version() {
|
export function version() {
|
||||||
fillcmdline_notrail(TRI_VERSION)
|
fillcmdline_notrail(TRI_VERSION)
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
"rules": {
|
"rules": {
|
||||||
"align": false,
|
"align": false,
|
||||||
"arrow-parens": false,
|
"arrow-parens": false,
|
||||||
"bool-param-default": false,
|
|
||||||
"callable-types": false,
|
"callable-types": false,
|
||||||
"class-name": false,
|
"class-name": false,
|
||||||
"cognitive-complexity": false,
|
"cognitive-complexity": false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue