Skip to content

Commit

Permalink
Merge pull request #8 from Real-Dev-Squad/setup/tailwindcss
Browse files Browse the repository at this point in the history
Setup/tailwindcss
  • Loading branch information
lakshayman authored Dec 5, 2024
2 parents 5777dd0 + dc6871b commit 09f1268
Show file tree
Hide file tree
Showing 8 changed files with 1,258 additions and 2,237 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pnpm-lock.yaml
README.md
coverage
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"trailingComma": "all",
"printWidth": 80,
"bracketSpacing": true,
"jsxBracketSameLine": false
"jsxBracketSameLine": false,
"plugins": ["prettier-plugin-tailwindcss"]
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@typescript-eslint/parser": "^8.13.0",
"@vitejs/plugin-react": "^4.3.3",
"@vitest/coverage-v8": "^2.1.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -41,7 +42,10 @@
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.11.0",
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.11.0",
"vite": "^5.4.10",
Expand Down
Loading

0 comments on commit 09f1268

Please sign in to comment.