jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.21k stars 505 forks source link

Stylelint support #1048

Open guoyunhe opened 3 years ago

guoyunhe commented 3 years ago

Current Behavior

In more and more projects, we are using stylelint to lint our CSS and SaSS code. But tsdx hasn't supported it yet.

Desired Behavior

When I run tsdx lint, it will lint code with both stylelint and eslint.

Suggested Solution

Add stylelint dependency and execute it in lint command.

Who does this impact? Who is this for?

Describe alternatives you've considered

Additional context