5.1.32 • Published 6 months ago

@1024pix/stylelint-config v5.1.32

Weekly downloads
-
License
-
Repository
github
Last release
6 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.29

7 months ago

5.1.28

8 months ago

5.1.27

10 months ago

5.1.26

10 months ago

5.1.25

11 months ago

5.1.24

11 months ago

5.1.23

11 months ago

5.1.22

1 year ago

5.1.32

6 months ago

5.1.31

6 months ago

5.1.30

6 months ago

5.1.21

1 year ago

5.1.20

1 year ago

5.1.19

1 year ago

5.1.18

1 year ago

5.1.17

1 year 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

2 years ago

5.1.11

2 years ago

5.1.10

2 years ago

5.1.9

2 years ago

5.1.8

2 years ago

5.1.7

2 years ago

5.1.6

2 years ago

5.1.5

2 years ago

5.1.4

2 years ago

5.1.3

2 years ago

5.1.2

2 years ago

5.1.1

2 years 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

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.2

3 years ago