1.0.1 • Published 5 years ago

stylelint-config-qbe v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

stylelint-config-qbe

CSS coding standards for QBE projects using styled-components

Example usage

Create a file called .stylelintrc in your project's root.

{
    "processors": ["stylelint-processor-styled-components"],
    "extends": [
        "stylelint-config-qbe",
        "stylelint-config-styled-components",
    ],
    "syntax": "scss",
    "rules": {
        // Your customisations go here
    },
}

Acknowledgements

Forked from stylelint-config-foxsports