t-sauer / autolinting-for-javascript

Activates the correct Javascript linter for the current opened workspace in VSCode
https://marketplace.visualstudio.com/items?itemName=t-sauer.autolinting-for-javascript
MIT License
0 stars 0 forks source link

Can support semistandard style? #10

Open zysam opened 7 years ago

zysam commented 7 years ago

semistandard config just like standard.

t-sauer commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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.