So, i’m having difficulties to following the docs to develop plugin panel in grafana 7.3.
I’m facing linting error, so i had to fix manually the error.
but i’m digging to grafana toolkit and i find this script
return [4 /*yield*/, exports.lintPlugin({ fix: false })];
and i change it to true
is it okay?
any reason you are still on v7?
Hi @evanarnanda grafana-toolkit is out of comission and we don’t maintain it anymore. We currently maintain plugin-tools/packages/create-plugin at main · grafana/plugin-tools · GitHub
But given your old Grafana version (latest is v11) it is possible the generated code won’t work well for it, maybe give it a try (migrate to it).
if that doesn’t work, feel free to modify any configuration you need to make it work