You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, we only support double-quotes for consistent code style.
For example, in javascript, we can use both '' and "", then one day we will find that we need code formatter such as prettier to enforce one way to use quote, such as --single-quote option.
I guess that if we support only one way to do things like this, we don't need formatter for this purpose.
Strings currently can't be wrapped in single quotes, they have to be wrapped in double-quotes:
The text was updated successfully, but these errors were encountered: