First commit

This commit is contained in:
Sachin
2025-12-16 22:26:18 +05:30
commit 03ed187ebe
122 changed files with 68601 additions and 0 deletions

10
.lintstagedrc.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
'**/*.{ts,tsx,js,jsx}': [
'eslint',
'prettier --write'
],
'**/*.{json,md,yml,yaml}': [
'prettier --write'
],
'**/*.ts?(x)': () => 'nx affected -t typecheck'
};