https://github.com/grafana/grafana
Raw File
Tip revision: 4887c3d95bed3db9552ffbd82272f475895cdacc authored by Eric Leijonmarck on 04 January 2024, 16:37:03 UTC
Doc: fix remove link to enterprise issue for datasource permission breaking change changelog for 10.2.3 (#80030)
Tip revision: 4887c3d
.prettierrc.js
module.exports = {
  trailingComma: 'es5',
  singleQuote: true,
  printWidth: 120,
};
back to top