5.1.12 • Published 5 days ago

@1024pix/stylelint-config v5.1.12

Weekly downloads
-
License
-
Repository
github
Last release
5 days ago

Pix Stylelint shared config

Why?

To improve our SCSS quality, we use the Stylelint library in various projects.

To ensure homogenity between all files, we share a few Stylelint configs in this repository.

Setup

Install the required dependencies:

$ npm install --save-dev stylelint stylelint-config-standard-scss stylelint-config-prettier @1024pix/stylelint-config

Copy paste the following code to your .stylelintrc.json file content in your project:

{
    extends: ["@1024pix/stylelint-config"]
}

We recommend defining a npm script:

    "scripts": {
        ...
        "lint:scss": "stylelint app/styles/*.scss 'app/styles/**/*.scss'"
    }

If the rules provided here are not enough, it's possible to add your own rules in the .stylelintrc.json file. See mon-pix conf for example.

5.1.12

5 days ago

5.1.11

6 days ago

5.1.10

13 days ago

5.1.9

20 days ago

5.1.8

25 days ago

5.1.7

27 days ago

5.1.6

27 days ago

5.1.5

1 month ago

5.1.4

1 month ago

5.1.3

2 months ago

5.1.2

2 months ago

5.1.1

2 months ago

5.0.2

5 months ago

5.0.1

6 months ago

4.0.1

10 months ago

4.0.0

10 months ago

5.0.0

8 months ago

3.0.0

1 year ago

2.0.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago