2.4.0 • Published 3 years ago

@spothero/stylelint-config v2.4.0

Weekly downloads
112
License
Apache-2.0
Repository
github
Last release
3 years ago

@spothero/stylelint-config: SpotHero's Base Stylelint Configuration

This module provides your project with an extendable base stylelint configuration to develop applications adhering to SpotHero's CSS/Sass coding standards. It also adds Prettier support for Sass development.

Installation

npm install @spothero/stylelint-config @spothero/prettier-config -D

Usage

Create a stylelint key in your package.json file and extend this configuration:

{
    "stylelint": {
        "extends": [
            "@spothero/stylelint-config",
            "stylelint-prettier/recommended"
        ]
    }
}

Lastly, set up the Prettier configuration according to the usage guide.

2.4.0

3 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.0

4 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago