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

Can support semistandard style? #10

Open
zysam opened this issue Mar 13, 2017 · 3 comments
Open

Can support semistandard style? #10

zysam opened this issue Mar 13, 2017 · 3 comments

Comments

@zysam
Copy link

zysam commented Mar 13, 2017

semistandard config just like standard.

@t-sauer
Copy link
Owner

t-sauer commented Mar 13, 2017

This extension doesn't provide any linting functionality itself. It only activates the linter extensions based on how your project is configured.
If there is a vscode extension that does the linting for semistandrad it can be included, but I haven't found one yet.

@zysam
Copy link
Author

zysam commented Mar 13, 2017

I read the source and know how it works. Check the .eslintrc file, or find linter in package.json. So, Add semistandard config in linter-config.ts, can it work? Maybe i should give the PR.

@t-sauer
Copy link
Owner

t-sauer commented Mar 13, 2017

That's how the extension works but it only activates and deactivates other extensions. So in order for it to work there also has to be an extension which does the actual semistandard liniting.

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

No branches or pull requests

2 participants