https://github.com/grafana/grafana
Raw File
Tip revision: ec163a94d9ca7af1d9dae55e8c9d163f4eee252f authored by Ashley Harrison on 28 April 2023, 16:34:17 UTC
only invalidate part of the cache
Tip revision: ec163a9
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top