@kapowaz/stylelint-config
v5.0.0
Published
A standard Stylelint config for React/TypeScript projects
Readme
@kapowaz/stylelint-config
This packages provides a re-usable Stylelint config that can be used for React/TypeScript projects.
Usage
Create a file called .stylelintrc in the root of your project, containing the
following:
{
"extends": ["@kapowaz/stylelint-config"]
}