https://github.com/grafana/grafana
Raw File
Tip revision: 15f37e51d2ce6714b2e2cf4c93ed0a9c6e632a21 authored by Yuri Tseretyan on 13 December 2023, 16:15:57 UTC
fixup
Tip revision: 15f37e5
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top