Open zysam opened 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.
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.
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.
semistandard config just like standard.