https://github.com/grafana/grafana
Raw File
Tip revision: 3b5a868b9fe83ede28248d2d58176e16a9a95406 authored by Andrej Ocenas on 11 September 2023, 09:06:57 UTC
Change names of the options
Tip revision: 3b5a868
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top