Skip to content

Commit

Permalink
Revert "feat: no-floating-promises (#756)" (#808)
Browse files Browse the repository at this point in the history
This reverts commit c93e733.
  • Loading branch information
danielbankhead committed Oct 3, 2023
1 parent 395ac02 commit 44de7f7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Expand Up @@ -38,7 +38,6 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/no-use-before-define": "off",
"@typescript-eslint/no-warning-comments": "off",
Expand All @@ -58,7 +57,6 @@
},
"parserOptions": {
"ecmaVersion": 2018,
"project": "./tsconfig.json",
"sourceType": "module"
}
}
Expand Down
1 change: 0 additions & 1 deletion src/cli.ts
Expand Up @@ -169,7 +169,6 @@ if (cli.input.length < 1) {
usage();
}

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

0 comments on commit 44de7f7

Please sign in to comment.