iasdasd:wq!

adding a starter page
This commit is contained in:
ajaythapliyal
2023-02-09 22:51:08 +05:30
parent 1d35cfb9d3
commit 124760e820
9 changed files with 362 additions and 139 deletions

View File

@@ -12,8 +12,8 @@
"format": "prettier ./src --write",
"prepare": "cd .. && husky install frontend/.husky"
},
"lint-staged":{
"**/*.{js,jsx,ts,tsx}":[
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npm run lint-fix",
"npm run format"
]