Eclipse GLSP - Shared Pretier configuration
Common shared configuration for Eclipse GLSP components that use Prettier for code formatting.
Install
yarn add --dev @eclipse-glsp/prettier-config
Usage
Add to the package.json
:
{
"prettier": "@eclipse-glsp/prettier-config"
}
Or add a .prettierrc.json
to the workspace root:
"@eclipse-glsp/prettier-config"
More information
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.