https://github.com/grafana/grafana
Raw File
Tip revision: 84370c31ca4d57a7b6c10d84da0f8cc3c000edf8 authored by Hugo Oshiro on 30 August 2023, 14:26:30 UTC
Apply filterQuery before query call
Tip revision: 84370c3
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top