Revision 6aa5a79cad8680a41a1f3820cf2bbbf18c6c9be6 authored by Ieva on 14 December 2022, 10:53:25 UTC, committed by GitHub on 14 December 2022, 10:53:25 UTC
* initial commit

* clean up

* fix a bug and add tests

* more tests

* undo some unintended changes

* undo some unintended changes

* linting

* PR feedback - add user ID to search options

* simplify the query

* Apply suggestions from code review

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>

* remove unneeded formatting changes

Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
1 parent d9d94eb
Raw File
.prettierrc.js
module.exports = {
  ...require('@grafana/toolkit/src/config/prettier.plugin.config.json'),
};
back to top