1.0.0 • Published 4 years ago
@maxxxxxdlp/stylelint-config v1.0.0
Stylelint Configuration
A very strict configuration for Stylelint with support for CSS-in-JS and Prettier.
Usage
Add this to your package.json:
{
"devDependencies": {
"@maxxxxxdlp/stylelintrc": "^0.1.0"
}
}Then, create .stylelintrc.js at the root of your project:
module.exports = {
extends: ['@maxxxxxdlp/stylelintrc'],
rules: {},
};You can optionally extend this config or overwrite some rules by extending your
.stylelintrc.js. See
official documentation for more
information.