See googleapis/synthtool#1415
We are currently running the NodeJS prettier plugin as part of owlbot.py, which for obvious reasons is not ideal.
We are already using the symplify/coding-standard package to format the code in this library (see Formatter), so I'm not sure what additional formatting is even happening using the prettier plugin . We may be using it only for the line-lengths. And if that's the case, we should either format the line-lengths with another plugin, or decide that this is not an important enough change and remove it from owlbot post-processing all together.
See googleapis/synthtool#1415
We are currently running the NodeJS
prettierplugin as part ofowlbot.py, which for obvious reasons is not ideal.We are already using the
symplify/coding-standardpackage to format the code in this library (seeFormatter), so I'm not sure what additional formatting is even happening using theprettierplugin . We may be using it only for the line-lengths. And if that's the case, we should either format the line-lengths with another plugin, or decide that this is not an important enough change and remove it fromowlbotpost-processing all together.