Common shared configuration for Eclipse GLSP components that use Prettier for code formatting.
yarn add --dev @eclipse-glsp/prettier-config
Add to the package.json
:
{
// ...
"prettier": "@eclipse-glsp/prettier-config"
}
Or add a .prettierrc
to the workspace root:
"@eclipse-glsp/prettier-config"
For more information, please visit the Eclipse GLSP Umbrella repository and the Eclipse GLSP Website. If you have questions, please raise them in the discussions and have a look at our communication and support options.