Skip to content

The standard shareable config for stylelint used at Moxio.

License

Notifications You must be signed in to change notification settings

Moxio/stylelint-config-moxio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.