Skip to content

Commit

Permalink
eslint/tsconfig: validate no floating Promises, adjust tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Oct 24, 2023
1 parent 806550d commit 4e0fccb
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 411 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-interface": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-floating-promises": "error",
"@typescript-eslint/no-extraneous-class": "error",
"@typescript-eslint/no-for-in-array": "error",
"@typescript-eslint/no-inferrable-types": "error",
Expand All @@ -71,4 +72,4 @@
"node": true,
"es6": true
}
}
}
Loading

0 comments on commit 4e0fccb

Please sign in to comment.