-
Notifications
You must be signed in to change notification settings - Fork 1.9k
feat(@lexical/devtools): Extracted store/messaging implementation to the separate packages #5894
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
31eb59c
to
84ed439
Compare
84ed439
to
45d0fad
Compare
…the separate packages
45d0fad
to
172a15a
Compare
@@ -126,7 +126,6 @@ module.exports = { | |||
rules: { | |||
'accessor-pairs': OFF, | |||
|
|||
'brace-style': [ERROR, '1tbs'], |
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.
Prettier already enforces this. Removal of this rules prevents eslint and prettier from contradicting each other
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.
Looks great, nice that you don't have to drag messaging methods through components
Reasoning: