https://github.com/grafana/grafana
Raw File
Tip revision: 00e15cee22c07ef64c7acd0e053dc458abbaeb4d authored by Aaron Godin on 17 December 2023, 19:38:32 UTC
WIP: create a UI for setting custom resource permissions on folders
Tip revision: 00e15ce
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top