Skip to content

Commit 50a74e8

Browse files
authored
Merge pull request microsoft#1319 from microsoft/ianc/include-no-floating-promises
[rsc] Including missing no-floating-promises TSLint rule in a few RSC projects.
2 parents 5cb426d + ab411e8 commit 50a74e8

6 files changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.2",
5+
"comment": "Include accidentally omitted no-floating-promises TSLint rule.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.2",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.3",
5+
"comment": "Include accidentally omitted no-floating-promises TSLint rule.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.3",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/rush-stack-compiler-3.4",
5+
"comment": "Include accidentally omitted no-floating-promises TSLint rule.",
6+
"type": "patch"
7+
}
8+
],
9+
"packageName": "@microsoft/rush-stack-compiler-3.4",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

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)