Skip to content

pixel-perfect-agency/stylelint-config-pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Strict stylelint configuration for SCSS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •