-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: Add autoformat and lint for ts/tsx files #26453
Conversation
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.
Would be good to run prettier on all [compatible?] files, and stylelint on styles too
b76b5c1
to
3b42712
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.
Would be good to run prettier on all [compatible?] files, and stylelint on styles too
7dc6971
to
1f86a2b
Compare
1f86a2b
to
6cd6d42
Compare
@t3chguy what about now? |
…to fork/Palid/feat/lint-staged # Conflicts: # yarn.lock
Signed-off-by: Michael Telatynski <[email protected]>
Skipping sonar as it is broken likely due to https://github.com/element-hq/sre-internal/issues/3184#issuecomment-2258372752 |
Implementation of autoformatting&autolinting on precommit hook.
Solves #18230 (2/3)
This change is marked as an internal change (Task), so will not be included in the changelog.