https://github.com/grafana/grafana
Raw File
Tip revision: 40260c2049e52a88a49d4ed52b298e940bb905f5 authored by bojankezele on 04 July 2023, 07:44:34 UTC
Update examples with correct command
Tip revision: 40260c2
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top