https://github.com/grafana/grafana
Raw File
Tip revision: 48b89606cd05cbcb998fc3e5afc51fe587bf9f51 authored by Ashley Harrison on 26 May 2023, 12:09:33 UTC
use 10
Tip revision: 48b8960
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top