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
When attempting to set the tab-width option for prettier using the command line arguments ( --tab-width 4) an error is returned:
● Validation Error:
Option "tabWidth" must be of type:
number
but instead received:
boolean
Example:
{
"tabWidth": 2
}
In addition I've noticed on your online example site, if you attempt to change the tab widths it appears to fail, and the svg side of the site stays grey like it does when loading.
The text was updated successfully, but these errors were encountered:
Hi there,
When attempting to set the tab-width option for prettier using the command line arguments ( --tab-width 4) an error is returned:
● Validation Error:
Option "tabWidth" must be of type:
number
but instead received:
boolean
Example:
{
"tabWidth": 2
}
In addition I've noticed on your online example site, if you attempt to change the tab widths it appears to fail, and the svg side of the site stays grey like it does when loading.
The text was updated successfully, but these errors were encountered: