5.1.21 • Published 9 months ago

@1024pix/stylelint-config v5.1.21

Weekly downloads
-
License
-
Repository
github
Last release
9 months 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.21

9 months ago

5.1.20

9 months ago

5.1.19

11 months ago

5.1.18

11 months ago

5.1.17

11 months ago

5.1.16

1 year ago

5.1.15

1 year ago

5.1.14

1 year ago

5.1.13

1 year ago

5.1.12

1 year ago

5.1.11

1 year ago

5.1.10

1 year ago

5.1.9

1 year ago

5.1.8

1 year ago

5.1.7

1 year ago

5.1.6

1 year ago

5.1.5

1 year ago

5.1.4

1 year ago

5.1.3

1 year ago

5.1.2

1 year ago

5.1.1

1 year ago

5.0.2

2 years ago

5.0.1

2 years ago

4.0.1

2 years ago

4.0.0

2 years ago

5.0.0

2 years ago

3.0.0

2 years ago

2.0.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.2

2 years ago