Skip to content

Commit

Permalink
fix: set error instead of number in rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Dec 22, 2021
1 parent df47499 commit 282e1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module.exports = {
],
"rules": {
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/no-floating-promises": 2,
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/naming-convention": [
"error",
{
Expand Down

0 comments on commit 282e1c1

Please sign in to comment.