Open victorlin opened 3 weeks ago
Now that TypeScript is being used more in this codebase, we should standardize usage.
Consider enforcing with ESLint:
Other things that can be added as guidelines in DEV_DOCS:
unknown
any
types.ts
type
interface
Now that TypeScript is being used more in this codebase, we should standardize usage.
Consider enforcing with ESLint:
Other things that can be added as guidelines in DEV_DOCS:
unknown
vs.any
types.ts
filetype
vs.interface
for object types