Add prettier plugin

This commit is contained in:
Nicola Benaglia
2025-04-10 10:05:50 +02:00
parent f239258348
commit a902554df8
3 changed files with 22 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
@@ -110,6 +111,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"prettier": "^3.5.3",
"rename-cli": "^6.2.1",
"typescript": "^5.2.2",
"vite": "^5.1.6",