Replies: 2 comments
-
cc @pivaszbs |
Beta Was this translation helpful? Give feedback.
0 replies
-
I already use atoms as members of class so that class name becomes part of atom name: class SomeName {
prop$ = atom(..., SomeName.name + ".prop$")
} I guess it's more like first example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We need to extends the eslint plugin checks and allow to pass a domain name too. Not sure what cases we should handle. Some examples:
Beta Was this translation helpful? Give feedback.
All reactions