2.1.57 • Published 5 years ago

stylelint-config-cumul8 v2.1.57

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

stylelint-config-cumul8

NPM version

Cumul8 shareable config for stylelint.

Configuration rules to ensure your CSS is compliant with Cumul8's CSS Coding Standards

Installation

yarn add -D stylelint-config-cumul8

Usage

NOTE: stylelint-config-cumul8 comes with its own stylelint-cumul8 bin tool so that you don't need to install stylelint as a peerDependency. All the necessary dependencies are bundled together for you.

If you've installed stylelint-config-cumul8 locally within your project, just set your stylelint config to:

{
  "extends": "stylelint-config-cumul8"
}

If you've globally installed stylelint-config-cumul8 using the -g flag, then you'll need to use the absolute path to stylelint-config-cumul8 in your config:

{
  "extends": "/absolute/path/to/stylelint-config-cumul8"
}

Extending the config

Simply add a "rules" key to your config and add your overrides there.

For example, to change the indentation to four spaces and turn off the number-leading-zero rule:

{
  "extends": "stylelint-config-cumul8",
  "rules": {
    "indentation": 4,
    "number-leading-zero": null
  }
}

License

2.1.57

5 years ago

2.1.7

6 years ago

2.1.6

6 years ago

2.1.5

6 years ago

2.1.4

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.15.5

7 years ago

1.15.4

7 years ago

1.15.3

7 years ago

1.15.2

7 years ago

1.15.1

7 years ago

1.15.0

7 years ago

1.14.4

7 years ago

1.14.3

7 years ago

1.14.2

7 years ago

1.14.1

7 years ago

1.14.0

7 years ago

1.13.0

7 years ago

1.12.4

8 years ago

1.12.3

8 years ago

1.12.2

8 years ago

1.12.1

8 years ago

1.12.0

8 years ago

1.11.2

8 years ago

1.11.1

8 years ago

1.11.0

8 years ago

1.10.0

8 years ago

1.9.0

8 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.3

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago