https://github.com/grafana/grafana
Raw File
Tip revision: 17a0e6763d62ab04cee5b9c555c90d879ef159ab authored by Armand Grillet on 12 March 2024, 11:02:03 UTC
Reset feature toggles files as generated automatically
Tip revision: 17a0e67
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top