https://github.com/grafana/grafana
Raw File
Tip revision: 535461b8d86dea8e39d7b5569711dd55b7b3cf0b authored by Esteban Beltran on 30 August 2023, 10:08:02 UTC
Fix typos
Tip revision: 535461b
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top