Skip to content

Commit a334d8c

Browse files
Revert "feat: no-floating-promises (#756)"
This reverts commit c93e733.
1 parent 395ac02 commit a334d8c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.eslintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"plugin:@typescript-eslint/recommended"
3939
],
4040
"rules": {
41-
"@typescript-eslint/no-floating-promises": "warn",
4241
"@typescript-eslint/no-non-null-assertion": "off",
4342
"@typescript-eslint/no-use-before-define": "off",
4443
"@typescript-eslint/no-warning-comments": "off",
@@ -58,7 +57,6 @@
5857
},
5958
"parserOptions": {
6059
"ecmaVersion": 2018,
61-
"project": "./tsconfig.json",
6260
"sourceType": "module"
6361
}
6462
}

src/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ if (cli.input.length < 1) {
169169
usage();
170170
}
171171

172-
// eslint-disable-next-line @typescript-eslint/no-floating-promises
173172
run(cli.input[0], cli.input.slice(1)).then(success => {
174173
if (!success) {
175174
// eslint-disable-next-line no-process-exit

0 commit comments

Comments
 (0)