feat(lightdash) add lightdash
All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.
Overview
src/lightdash.ts:
Info:
Hello @kiliantscherny, thank you very much for creating a Pull Request! Here is a small checklist to get this PR merged as quickly as possible:
- [ ] Do all subcommands / options which take arguments include the
argsproperty (args: {})? - [ ] Are all options modular? E.g.
-a-u-xinstead of-aux - [ ] Have all other checks passed?
Please add a 👍 as a reaction to this comment to show that you read this.
I have read the CLA Document and I hereby sign the CLA
@kiliantscherny Can you fix formatting lints?
@chaynabors just fixed them now 👍
When I run pnpm lint locally I'm getting these errors:
❯ pnpm lint
> @withfig/[email protected] lint /Users/kiliantscherny/Documents/Development/Personal/autocomplete
> eslint '**/*.ts' && npx prettier --check '**/*.ts' --parser typescript
/Users/kiliantscherny/Documents/Development/Personal/autocomplete/build/dynamic/index.d.ts
3:18 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
✖ 1 problem (1 error, 0 warnings)
ELIFECYCLE Command failed with exit code 1.
Not sure if that's going to be an issue nor how to resolve it
Hi @chaynabors @mschrage would I be able to get your review on this when you get the chance? Thanks!
Hey @chaynabors @mschrage is this good to get merged? Cheers