Stylus linter (stylint) for vscode

Viewed 1292

Repository Stylint indicates that linter works in:

  • Atom
  • Sublime Text
  • WebStorm / PhpStorm / IntelliJ IDEA
  • Visual Studio Code

In Atom it works perfectly. From CLI too.

Link from repository to vscode extension: Stylint. Link from marketplace to github repository - 404. Extension doesn't provide any description or commands (most likely it's removed or broken).

How do I lint stylus?

1 Answers

As suggested by Alex in the comments I add my comment here as answer:
There exists a new Stylint Extension for VS Code you can use instead for linting stylus files in VS Code.

Related