Skip to content

Commit

Permalink
fix(typescript): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 27, 2020
1 parent f42cd4d commit 41f7077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ module.exports = {
"@typescript-eslint/no-extra-semi": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-floating-promises": "warn",
"@typescript-eslint/no-missused-promises": ["warn", {
"@typescript-eslint/no-misused-promises": ["warn", {
checksVoidReturn: false
}],
"@typescript-eslint/no-non-null-assertion": "off",
Expand Down

0 comments on commit 41f7077

Please sign in to comment.