stylelint-config-moxio

stylelint-config-moxio ====================== The standard shareable config for stylelint used at Moxio.

Usage no npm install needed!

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

README

NPM version

stylelint-config-moxio

The standard shareable config for stylelint used at Moxio.

Installation

npm install stylelint-config-moxio

Usage

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

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

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

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

Extending the config

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

License

This plugin is released under the MIT license.