-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hey @Raynos
First I want to share with you how I was using tsdocstandard. Maybe you can take something for the documentation.
In a clean project I installed tsdocstandard local using an alias:
npm install -D standard@npm:tsdocstandard
By doing this I can use tsdocstandard with vscode-standard and it works very well.
My questions are:
- I have some client projects using semistandard, how can I use tsdocstandard + semistandard?
- Do you know if there is a way to not having to define a tsconfig.json? Like having a default tsconfig.json with
{ "allowJs": true,"checkJs": true }.
Metadata
Metadata
Assignees
Labels
No labels