https://github.com/grafana/grafana
Raw File
Tip revision: beab8e419584b486add25bcb613f4e310a9278f1 authored by Kevin Minehart on 08 November 2021, 17:01:04 UTC
small changes to make a few things more importable
Tip revision: beab8e4
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top