stylelint-config-niksydeprecated

Stylelint config for my projects.

Usage no npm install needed!

<script type="module">
  import stylelintConfigNiksy from 'https://cdn.skypack.dev/stylelint-config-niksy';
</script>

README

stylelint-config-niksy

Build Status

Stylelint config for my projects.

Install

npm install stylelint@13 stylelint-config-niksy --save-dev

Usage

Add this config to your .stylelintrc:

{
    "extends": [
        "stylelint-config-niksy"
    ]
}

If you’re using presets, it’s highly recommended to apply default preset:

{
    "extends": [
        "stylelint-config-niksy",
        "stylelint-config-niksy/other-preset"
    ]
}

Presets

In addition to default preset, there are also specific presets. You can apply multiple presets with [Stylelint extends option][eslint-extends].

SCSS

SCSS specific rules.

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

License

MIT © Ivan Nikolić