https://github.com/grafana/grafana
Raw File
Tip revision: afb62b4f1cede157893a80eaa4b14991f13ead57 authored by Armand Grillet on 01 April 2022, 13:55:09 UTC
Add .tsx file format to JS CodeQL analysis match
Tip revision: afb62b4
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top