stylelint-config-moxio

4.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i stylelint-config-moxio

Weekly Downloads

11

Version

4.0.1

License

none

Unpacked Size

6.48 kB

Total Files

4

Last publish

Collaborators

  • aboks
  • dennisc
  • moxio-bot