.knip.json 563 B

1234567891011121314151617181920
  1. {
  2. "$schema": "https://unpkg.com/knip@canary/schema.json",
  3. "entry": [
  4. "static/app/index.tsx",
  5. "static/app/utils/statics-setup.tsx",
  6. "static/app/views/integrationPipeline/index.tsx",
  7. "static/app/chartcuterie/config.tsx",
  8. "tests/js/sentry-test/index.tsx",
  9. "static/app/**/__mocks__/*.{ts,tsx}",
  10. "static/app/**/*.stories.{ts,tsx}"
  11. ],
  12. "project": ["static/**/*.{ts,tsx}", "tests/js/**/*.{ts,tsx}"],
  13. "rules": {
  14. "dependencies": "off",
  15. "unlisted": "off",
  16. "binaries": "off",
  17. "exports": "warn",
  18. "types": "warn"
  19. }
  20. }