-
Notifications
You must be signed in to change notification settings - Fork 0
chore(deps): ⬆️ pin deps to latest #50
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
base: master
Are you sure you want to change the base?
Conversation
|
@mitchelvanbever Does the following part enforces not using the custom: {
regex: '^I[A-Z]',
match: false,
}, |
Yes that's what the link I've sent recommends doing to replace the removed rule |
|
I think we should remove the |
That's what this is doing as well. It's forcing you not to prefix with |
The thing is, we currently don't force anything. |
Ah hehe I really thought we'd force to never prefix with |
…tant into chore/deps-update
…tant into chore/deps-update
Yeah, mainly we don't prefix interfaces with |
This PR updates everything to the latest versions to fix any errors related to outdated package versions.
If you wanna test yourself but don't know how HMU 🤙
Notable changes for the BE:
@typescript-eslint/interface-name-prefix. I've replaced it as suggested but when testing in the BE it triggered a shit ton of errors (cc: @ggurkal)Expected aconstassertion instead of a literal type annotation @typescript-eslint/prefer-as-constbut it gives the same typesafety and could be considered a little DRY'er IMO.Still testing for the frontend. Will update this description when more info follows.