Skip to content

Commit

Permalink
Fix prettier and apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Nov 13, 2024
1 parent f8a7981 commit 99078e6
Show file tree
Hide file tree
Showing 57 changed files with 8,084 additions and 4,865 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"extends": [
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"next/core-web-vitals"
"next/core-web-vitals",
"plugin:prettier/recommended"
],
"plugins": ["react", "prettier"],
"rules": {
"no-console": [1, { "allow": ["info", "error", "debug"] }],
"prettier/prettier": ["warn"],
"import/order": [
"warn",
{
Expand Down
4 changes: 2 additions & 2 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const config = {
tabWidth: 2,
printWidth: 100,
singleQuote: false,
plugins: ['prettier-plugin-tailwindcss'],
plugins: ["prettier-plugin-tailwindcss"],
};

module.exports = config;
module.exports = config;
2 changes: 1 addition & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"components": "@/components",
"utils": "@/lib/utils"
}
}
}
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"framer-motion": "11.3.5",
"lucide-react": "0.406.0",
"next": "14.2.4",
"prettier": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.5",
"re-resizable": "^6.10.0",
"react": "18",
Expand All @@ -46,9 +45,12 @@
"@types/three": "^0.163.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"postcss": "8",
"prettier": "3.3.2",
"tailwindcss": "3.4.4",
"typescript": "5",
"use-error-boundary": "^2.0.6"
Expand Down
Loading

0 comments on commit 99078e6

Please sign in to comment.