Esteban Beltran

Results 34 comments of Esteban Beltran

Hi @mountainash Because our templates are not really parseable by prettier we can't run prettier in them directly in Ci as you suggest. What we instead do is invoke prettier...

@mountainash Linting is not the same as formatting. Formatting usually happens in your local machine with a tool like prettier and most often CI steps exists to enforce everyone commits...

This is already partially addressed here https://grafana.com/developers/plugin-tools/how-to-guides/app-plugins/add-authentication-for-app-plugins#encrypt-secrets-configuration I am concerned that if we try to split the documentation on very dedicated topics we will end up with either duplicated documentation...

Idea to work on this: Modify this to make it package manager-agnostic and put it in https://github.com/grafana/plugin-actions https://github.com/jackw/heywesty-trafficlight-panel/blob/main/.github/workflows/create-plugin-update.yml Then modify the create-plugin template to call this action in a cron