0.2.21 • Published 8 days ago

@ivuorinen/stylelint-config v0.2.21

Weekly downloads
-
License
MIT
Repository
github
Last release
8 days ago

@ivuorinen/stylelint-config

npm package license MIT ivuorinen's Code Style

ivuorinen's shareable configuration for stylelint.

Table of Contents

Installation

Install this config as a devDependencies:

# npm
npm install @ivuorinen/stylelint-config --save-dev

# Yarn
yarn add @ivuorinen/stylelint-config --dev

After installing it, a .stylelintrc.json file will be created automatically in the project's root folder with the following configuration:

{
  "extends": ["@ivuorinen/stylelint-config/css"]
}

Usage

This package provides configuration for CSS and SCSS, you can choose which one you want to extend:

CSS (Default)

{
  "extends": ["@ivuorinen/stylelint-config/css"]
}

SCSS

{
  "extends": ["@ivuorinen/stylelint-config/scss"]
}

Extending the config

The defined rules can be modified by adding other configurations, plugins or custom rules:

{
  "extends": ["@ivuorinen/stylelint-config/css", "some-other-config-you-use"],
  "rules": {
    "at-rule-no-unknown": [
      true,
      {
        "ignoreAtRules": ["extends", "ignores"]
      }
    ]
  }
}

Documentations

Read the stylelint docs for more information.

Contributing

If you are interested in helping contribute, please take a look at our contribution guidelines and open an issue or pull request.

Changelog

See CHANGELOG for a human-readable history of changes.

License

Distributed under the MIT License. See LICENSE for more information.

0.2.21

8 days ago

0.2.20

1 month ago

0.2.19

1 month ago

0.2.18

2 months ago

0.2.17

2 months ago

0.2.16

3 months ago

0.2.15

3 months ago

0.2.14

3 months ago

0.2.13

4 months ago

0.2.12

4 months ago

0.2.11

5 months ago

0.2.10

5 months ago

0.2.9

5 months ago

0.2.7

5 months ago

0.2.6

5 months ago

0.2.8

5 months ago

0.1.30

8 months ago

0.1.31

7 months ago

0.1.32

7 months ago

0.1.33

6 months ago

0.1.27

9 months ago

0.1.28

8 months ago

0.1.29

8 months ago

0.1.20

10 months ago

0.1.21

10 months ago

0.1.22

10 months ago

0.1.23

10 months ago

0.1.24

10 months ago

0.1.25

10 months ago

0.1.26

9 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.1.17

11 months ago

0.1.18

11 months ago

0.1.19

10 months ago

0.1.16

11 months ago

0.1.15

11 months ago

0.1.14

11 months ago

0.1.13

11 months ago

0.1.12

12 months ago

0.1.11

12 months ago

0.1.10

12 months ago

0.1.9

12 months ago

0.1.8

12 months ago

0.1.7

12 months ago

0.1.6

12 months ago

0.1.5

12 months ago

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago