ente/packages/utils
Manav Rathi 9bb2fbb6e1 Go back to existing config
The flat config requires enabling a flag in the VS code plugin, it in not
enabled by default.

    "eslint.experimental.useFlatConfig": true

This is an unnecessary expectation from all developers on the project, so we for
now live with the old format.
2024-02-16 20:48:26 +05:30
..
src Funnel .tsx extensions via subfolders 2024-02-16 20:48:26 +05:30
.prettierrc.json Scaffold utils project 2024-02-16 20:47:25 +05:30
package.json Go back to existing config 2024-02-16 20:48:26 +05:30
README.md Add typescript configuration in eslint 2024-02-16 20:48:26 +05:30
tsconfig.json Integrate the actual one 2024-02-16 20:47:25 +05:30

@/utils

Utility functions, types and assortments.

"Life is like a box of chocolates" - Forrest Gump

Packaging

This (internal) package exports a vanilla TypeScript library. We rely on the importing project to transpile and bundle it.