-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Update eslint config #142
Update eslint config #142
Conversation
website/src/lib/prismadb.ts
Outdated
var prisma; | ||
const prisma; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the const
here breaks build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and builds on latest
I think you just need to rebase to fix the Header.tsx merge |
NM, I resolved it through the github UI |
Continuation of #125
Closes #121
Update eslint config & fix all linting errors
We warn instead of error for sort imports, since we can't just
eslint --fix
.There are some other tools that can do this, we could integrate them later.