Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup repo init #4

Closed
wants to merge 1 commit into from
Closed

cleanup repo init #4

wants to merge 1 commit into from

Conversation

matoszz
Copy link
Contributor

@matoszz matoszz commented Dec 12, 2023

  • update CODEOWNERS
  • add github workflow
  • update license file
  • add taskfile
  • updated directory "config-eslint" -> "eslint-config" given all files / directory references use "eslint-config"

Copy link

vercel bot commented Dec 12, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
datum-ui ❌ Failed (Inspect) Dec 12, 2023 1:07pm

@@ -1,3 +1,29 @@
{
"extends": ["@repo/typescript-config/base.json"]
Copy link
Contributor

Choose a reason for hiding this comment

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

So we don't need to add complier options here because they're stored in our shared config

@@ -1,3 +1,3 @@
module.exports = {
extends: ["@repo/eslint-config/next.js"],
extends: ["@repo/packages/eslint-config/next.js"],
Copy link
Contributor

Choose a reason for hiding this comment

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

The repo name is @repo/eslint-config see its package.json. This is actually an incorrect import

```
bunx turbo link
```

Copy link
Contributor

Choose a reason for hiding this comment

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

If we remove instructions for remote caching we are loosing performance and others who clone the repo wont know how to enable it.

@matoszz matoszz closed this Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants