https://github.com/grafana/grafana
Raw File
Tip revision: d15781a24701ff7e5e78d21b37e6f4113487c6c3 authored by Ashley Harrison on 17 May 2023, 07:56:15 UTC
add folder actions to other tabs
Tip revision: d15781a
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top