https://github.com/grafana/grafana
Raw File
Tip revision: 728377148856521ec6736109b1a671103e6c6908 authored by Tom Ratcliffe on 04 April 2024, 10:56:56 UTC
Remove explicit imports of `whatwg-fetch` from individual test files
Tip revision: 7283771
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top