Skip to content

Commit

Permalink
Merge pull request #4 from podcodar/setup-podcodar-linter
Browse files Browse the repository at this point in the history
Setup podcodar linter
  • Loading branch information
marco-souza authored Apr 26, 2023
2 parents c0864d0 + e6df92f commit a82438c
Show file tree
Hide file tree
Showing 10 changed files with 497 additions and 412 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": "next/core-web-vitals"
"extends": "@podcodar/eslint-config-next"
}
7 changes: 5 additions & 2 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ const nextConfig = {
experimental: {
appDir: true,
},
}
images: {
domains: ["images.unsplash.com"]
}
};

module.exports = nextConfig
module.exports = nextConfig;
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"fmt": "next lint --fix",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
Expand All @@ -22,8 +23,9 @@
"typescript": "5.0.2"
},
"devDependencies": {
"@podcodar/eslint-config-next": "^1.4.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1"
}
}
Loading

1 comment on commit a82438c

@vercel
Copy link

@vercel vercel bot commented on a82438c Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-zeta-two.vercel.app
app-podcodar.vercel.app
app-git-main-podcodar.vercel.app

Please sign in to comment.