Skip to content

Commit 95ab2ba

Browse files
committed
Including missing no-floating-promises TSLint rule in a few RSC projects.
1 parent 9122ed3 commit 95ab2ba

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

stack/rush-stack-compiler-3.2/includes/tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"no-duplicate-variable": true,
6060
"no-empty": true,
6161
"no-eval": true,
62+
"no-floating-promises": true,
6263
"no-function-expression": true,
6364
"no-inferrable-types": false,
6465
"no-internal-module": true,

stack/rush-stack-compiler-3.3/includes/tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"no-duplicate-variable": true,
6060
"no-empty": true,
6161
"no-eval": true,
62+
"no-floating-promises": true,
6263
"no-function-expression": true,
6364
"no-inferrable-types": false,
6465
"no-internal-module": true,

stack/rush-stack-compiler-3.4/includes/tslint.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"no-duplicate-variable": true,
6060
"no-empty": true,
6161
"no-eval": true,
62+
"no-floating-promises": true,
6263
"no-function-expression": true,
6364
"no-inferrable-types": false,
6465
"no-internal-module": true,

0 commit comments

Comments
 (0)