-
Notifications
You must be signed in to change notification settings - Fork 1k
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
chore(lint, workspace): Orderliness and break avoiding lint rules, package.json flags #1381
chore(lint, workspace): Orderliness and break avoiding lint rules, package.json flags #1381
Conversation
Something like |
Oooh, that's really cool - I really like the |
Added |
Hey @Krisztiaan, I would love to get this merged, I've finally reviewed everything! I tried to fix the merge conflicts, but I can't seem to get the tests to complete on my end. They're stalling infinitely. |
Ah, I see the same tests are failing in the previous tests. |
Damnit, I would love to merge this. |
6208783
to
d409887
Compare
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!
late to the party, (sorry) - is there any good reason for the rules that were inside |
@AntonioMeireles probably me misunderstanding this |
actually you didn't 😄 - at the time it made sense. it's just that the |
That's what I mean by misunderstanding, I moved everything to project level instead of just the |
import/order
: group and order imports to make imports easily scannable and deterministicno-restricted-imports
: warn about usingsrc/*
because typescript does not replace these paths so theimport
s will be any in thed.ts
filesPARTIALLY Closes #1297