Skip to content

Commit

Permalink
chore(repo): rename from pipeline to tasks on turbo.json
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 7, 2024
1 parent 4efef55 commit 41ac852
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 144 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/eslintrc",
"root": true,
"extends": ["next/core-web-vitals", "turbo", "prettier"],
"extends": ["next/core-web-vitals", "prettier"],
"rules": {
"@next/next/no-html-link-for-pages": "off"
},
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-config-next": "^14.2.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "^3.3.0",
"prettier": "^3.3.1",
"prettier-plugin-tailwindcss": "^0.5.14",
"turbo": "latest"
},
Expand All @@ -25,7 +25,7 @@
"node": ">=18"
},
"dependencies": {
"eslint-plugin-tailwindcss": "^3.17.0",
"eslint-plugin-tailwindcss": "^3.17.3",
"supabase": "^1.172.2"
}
}
Loading

0 comments on commit 41ac852

Please sign in to comment.