Skip to content

Commit bc11ab8

Browse files
committed
Remove ignore of no-floating-promises lint error
1 parent 03e8e67 commit bc11ab8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
"object": "it",
3535
"property": "only"
3636
}
37-
],
38-
"@typescript-eslint/no-floating-promises": ["off"]
37+
]
3938
}
4039
}
4140
]

0 commit comments

Comments
 (0)