2.0.0 • Published 2 days ago

@hedgehoglab/stylelint-config-scss v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 days ago

hedgehog lab logo

@hedgehoglab/stylelint-config-scss

This package contains the standard Stylelint configuration used on all hedgehog lab projects, both internally and for our clients.

!NOTE
This package contains SCSS-specific rules, and not the basic rules. Please pull in the basic config alongside this one as needed.

Usage

Add the config to your project dependencies:

yarn add -D @hedgehoglab/stylelint-config-scss

or

pnpm add -D @hedgehoglab/stylelint-config-scss

or

npm install -D @hedgehoglab/stylelint-config-scss

Add the config to your stylelint.config.js:

module.exports = {
    extends: ['@hedgehoglab/stylelint-config-scss'],
};

Contributing

If you disagree with any rules in this linter, or feel additional rules should be added, please open an issue on this project to initiate an open dialogue with all team members.

Please bear in mind this is a public repository, and all contributions follow the project Code of Conduct.

For instructions on how to contribute code to this project, please see the CONTRIBUTING.md.

2.0.0

2 days ago

1.1.0

16 days ago

1.0.0

2 months ago

0.1.9

6 months ago

0.1.8

7 months ago

0.1.7

7 months ago

0.1.6

7 months ago

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago