https://github.com/grafana/grafana
Raw File
Tip revision: a78086c9fad8f26b0d93a04ecca5d1f549966298 authored by Gilles De Mey on 08 September 2023, 12:27:49 UTC
WIP proof of concept
Tip revision: a78086c
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top