oncall-engine/grafana-plugin/knip.json
Dominik Broj 3eaeabdddf
Configure knip and remove dead code (#3999)
# What this PR does
 - provide a way to detect dead code and remove it

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

---------

Co-authored-by: Joey Orlando <joseph.t.orlando@gmail.com>
2024-03-06 08:06:03 +00:00

4 lines
94 B
JSON

{
"entry": ["src/PluginPage.tsx", "src/module.ts"],
"project": ["**/*.{js,ts,jsx,tsx}"]
}