Conversation
Check failure
Code scanning / ESLint
Require any function or method that returns a Promise to be marked async Error
Check failure
Code scanning / ESLint
Enforce typing arguments in Promise rejection callbacks as `unknown` Error
Check failure
Code scanning / ESLint
Disallow Promises in places not designed to handle them Error
|
|
||
| const app = express(); | ||
| const port = 5000; | ||
| app.use(cors()); |
Check warning
Code scanning / ESLint
Disallow calling a value with type `any` Warning
Check warning
Code scanning / ESLint
Require explicit return and argument types on exported functions' and classes' public class methods Warning
Check warning
Code scanning / ESLint
Disallow non-null assertions using the `!` postfix operator Warning
Check warning
Code scanning / ESLint
Disallow non-null assertions using the `!` postfix operator Warning
There was a problem hiding this comment.
consider moving this too
There was a problem hiding this comment.
that goes with the whole finding where to save videos thing
There was a problem hiding this comment.
don't use classes if u can (backed by yoni)
No description provided.