@ntvr/stylelint-config-ntvr

Ntvr' shareable config for stylelint

Usage no npm install needed!

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

README

stylelint-config-ntvr

NPM version Build Status dependency Status peerDependency Status devDependency Status Downloads per month

Ntvr' shareable config for Stylelint.

Extends stylelint-config-standard with more strict rules and giving preference to indentation with 4 spaces.

To see the rules that this config uses, please read the config itself.

Installation

Install Stylelint and this config:

$ yarn add --dev stylelint @ntvr/stylelint-config-ntvr

Usage

Apply the config in your .stylelintrc file:

{
  "extends": "@ntvr/stylelint-config-ntvr"
}

Suggested Extension

To further extend control over coding style of your stylesheets, you can also check for rules order using stylelint-order plugin along with our config @ntvr/stylelint-config-ntvr-order.