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
I am having to pass params in as follows, with true after them! --write --no-semi --single-quote true --jsx-single-quote true --space-before-function-paren true
I would expect to be able to use the parameters like this: --write --no-semi --single-quote --jsx-single-quote --space-before-function-paren
The text was updated successfully, but these errors were encountered:
I am having to pass params in as follows, with true after them!
--write --no-semi --single-quote true --jsx-single-quote true --space-before-function-paren true
I would expect to be able to use the parameters like this:
--write --no-semi --single-quote --jsx-single-quote --space-before-function-paren
The text was updated successfully, but these errors were encountered: