https://github.com/grafana/grafana
Raw File
Tip revision: c3a80e427e506b78398053a999ee4fc5fd562618 authored by nmarrs on 25 August 2023, 21:46:45 UTC
disable button onclick when edit mode is enabled
Tip revision: c3a80e4
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top