https://github.com/grafana/grafana
Raw File
Tip revision: e79247b4efc46bfc262657d66c0b8b6a556f9023 authored by Alexandra Vargas on 19 March 2024, 16:27:13 UTC
WIP create variable types
Tip revision: e79247b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top