-
-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stdin doesn't lint #83
Comments
Thanks for the bug report. This is related to typescript-eslint/typescript-eslint#885 It seems I overlooked implementing the My setup was as follows: Folder structure
My In I also testing out the If you are still running into issues, I can post the full example project and/or provide more detailed specifics. |
I am so sorry for the delay on this! |
@toddbluhm I've found this while trying to configure ALE to use Thx and keep up the good work ;) |
@lorenzogrv The interface should be fully compatible with the exception that the The typescript compiler/linter requires the path in order to properly lint the file (it still uses the If |
@toddbluhm Thanks! Need to dig more, but knowing about While I have been using JavaScript and standard for years, I'm a beginer within typescript, so will research more before opening a bug report. I'm sure the experimental setup I did for ALE is not correct. Anyway your clues about Keep up the good work 👍 |
Hey, thank you, great project.
I would like to use it with ale (vim) for asynchronous lint, but it seems stdin isn't working as expected.
simple.ts
Output from
ts-standard ./src/simple.ts
All fine.
But if I do
cat ./src/simple.ts | ts-standard --stdin
Am I missing something?
macos 10.15.4
node v10.15.1
npm 6.14.7
The text was updated successfully, but these errors were encountered: