Skip to content

Commit 4b8eaa2

Browse files
.
1 parent f5c0014 commit 4b8eaa2

File tree

8 files changed

+170
-1184
lines changed

8 files changed

+170
-1184
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ yarn-error.log*
3737
.DS_Store
3838
*.pem
3939

40+
.idea
41+
4042
.vscode
4143
todo_*
4244
tempCodeRunnerFile.*

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"@types/react": "^19.0.0",
1616
"@types/react-dom": "^19.0.0",
1717
"del-cli": "^7.0.0",
18+
"eslint": "^9.36.0",
19+
"eslint-config-prettier": "^10.1.8",
1820
"globals": "^16.3.0",
1921
"prettier": "^3.6.2",
2022
"prettier-plugin-tailwindcss": "^0.6.11",

0 commit comments

Comments
 (0)