Skip to content

Commit

Permalink
added no-floating-promises
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Aug 14, 2023
1 parent 690f0a7 commit 58bf5d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-codex",
"version": "1.8.2",
"version": "1.8.3",
"main": "index.js",
"repository": "github:codex-team/eslint-config",
"license": "MIT",
Expand Down
3 changes: 2 additions & 1 deletion ts.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
],
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/consistent-type-exports": "error",
"@typescript-eslint/strict-boolean-expressions": "error"
"@typescript-eslint/strict-boolean-expressions": "error",
"@typescript-eslint/no-floating-promises": "error"
}
}
]
Expand Down

0 comments on commit 58bf5d6

Please sign in to comment.