chore: update ESLint configuration and dependencies to include Tailwind CSS support

This commit is contained in:
2025-04-26 18:09:10 -04:00
parent a480a4ce5d
commit 100821f4b2
3 changed files with 29 additions and 8 deletions

View File

@@ -33,11 +33,12 @@
"devDependencies": {
"@types/webpack-env": "^1.18.8",
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.17",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.18.0",
"eslint-plugin-vue": "^9.22.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"vite": "^6.3.1"
}
}