kibana/x-pack/plugins/fleet/scripts
John Schulz a4fa4a62cb
Use consistent-type-imports lint rule to autofix type-only imports (#94464)
## Summary

Use the [`consistent-type-imports` lint rule ](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-imports.md) to use `import type ...` where possible

Code-only changes like this were recently added in https://github.com/elastic/kibana/pull/92979, but it was a more manual process.  This PR adds an autofixable lint rule which will keep the changes up-to-date and Just Work ™️
2021-03-15 13:58:50 +01:00
..
dev_agent Use consistent-type-imports lint rule to autofix type-only imports (#94464) 2021-03-15 13:58:50 +01:00
readme.md

Dev agents

You can run a development fleet agent that is going to enroll and checkin every 3 seconds. For this you can run the following command in the fleet pluging directory.

node scripts/dev_agent --enrollmentApiKey=<enrollmentApiKey> --kibanaUrl=http://localhost:5603/qed