From 0c3fe845b8bc81a38700d05009f8296176e9ca60 Mon Sep 17 00:00:00 2001 From: Adnan Kamili Date: Tue, 29 Nov 2022 14:11:14 +0530 Subject: [PATCH] feat: initial commit (#2) (#4) (#5) * feat: initial commit * ci: install prettier * ci: setup git hook for lint-staged * style: formatting * ci: add dependabot config * chore: add generateResetPasswordToken() * chore(package): set node version * ci: remove Github Packages upload * chore(users): remove roles * build: npmignore * build: update eslint, gitignore * build: parcel -> tsc * build: explicit file extensions for imports https://github.com/microsoft/TypeScript/issues/40878#issuecomment-1193157812 * chore: add code example * ci: add build step * chore(example): password generation * docs(imports): import-ettiquette * docs(type): `JSDocs` for QueryParameter types Co-authored-by: Mufti Azan Farooqi <31279909+azan-n@users.noreply.github.com> Co-authored-by: Mufti Azan Farooqi <31279909+azan-n@users.noreply.github.com>