https://github.com/grafana/grafana
Raw File
Tip revision: fe4b448056faeda7c30405f84e72ec02c1978ddc authored by Esteban Beltran on 20 June 2023, 12:49:26 UTC
Fix react class components with components live target
Tip revision: fe4b448
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top