Skip to content
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

Add StandardJS linter for TypeScript #2660

Merged
merged 4 commits into from
Nov 14, 2019
Merged

Conversation

YPCrumble
Copy link
Contributor

Fixes #2658

@@ -0,0 +1,24 @@
" Description: Fixing files with Standard for typescript.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixers aren't tied to filetypes like linters are. I think what we should do instead is update the existing standard.vim file to optionally read the TypeScript options instead of the JavaScript ones if the filetype is typescript.

@YPCrumble YPCrumble force-pushed the master branch 4 times, most recently from 467f168 to 9729d92 Compare October 21, 2019 21:54
@YPCrumble YPCrumble force-pushed the master branch 4 times, most recently from 63ddc35 to 3aad21d Compare October 22, 2019 00:42
@w0rp w0rp merged commit 7665559 into dense-analysis:master Nov 14, 2019
@w0rp
Copy link
Member

w0rp commented Nov 14, 2019

Cheers! 🍻

Sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add StandardJS linter for typescript
2 participants