feat: migrate JavaScript files to TypeScript, enhancing type safety and maintainability across the codebase
This commit is contained in:
parent
3db2bb9160
commit
c582f2004e
107 changed files with 5876 additions and 3588 deletions
4
.lintstagedrc.json
Normal file
4
.lintstagedrc.json
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"*.{ts,tsx,js,jsx}": ["eslint --fix", "prettier --write"],
|
||||
"*.{json,css,md}": ["prettier --write"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue