1.3.0 • Published 1 year ago

stylelint-config-pixel v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Stylelint Config Pixel

Strict Stylelint configuration with Prettier maintained by Pixel Perfect Agency.

Rationale

This package is designed for usage with SCSS and Prettier. We want to have a strict Stylelint configuration that is consistent across projects. We also want to use Prettier to format our code. This package implements the configuration we use in our projects.

Installation

npm install --save-dev stylelint-config-pixel

Usage

Add the following to your package.json:

{
    "stylelint": {
        "extends": "stylelint-config-pixel"
    }
}

Or add the following to your .stylelintrc:

{
    "extends": "stylelint-config-pixel",
    "rules": {
        // Add your custom rules here
    }
}

Contributing

Contributions are always welcome! Please understand that this package is maintained by Pixel Perfect Agency and we will only accept contributions that we feel are in line with our vision for this package.

License

MIT © Pixel Perfect Agency 2023

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago