https://github.com/grafana/grafana
Raw File
Tip revision: 366099ac663a38ec4e285b8cc956bc4c679196e9 authored by arunkg2787 on 25 July 2023, 09:36:21 UTC
Update user.md
Tip revision: 366099a
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top