https://github.com/grafana/grafana
Raw File
Tip revision: e8e08fd79a3c9a3c384168709f6b93bf77bfcbae authored by bojankezele on 04 July 2023, 07:52:02 UTC
Update grafana-cli command examples
Tip revision: e8e08fd
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top