1.0.0 • Published 8 years ago

stylelint-config-subchannel v1.0.0

Weekly downloads
6
License
SEE LICENSE IN LI...
Repository
github
Last release
8 years ago

CSS

A hopefully sane CSS code styleguide for Subchannel projects. To maintain conformance we created a shareable stylelint configuration package which is included in this repository.

npm.io npm.io

Installation and Usage

First install stylelint and the Subchannel configuration and save them to your project’s devDependencies using npm. You may choose to install them globally but that is up to you.

$ npm install --save-dev stylelint stylelint-config-subchannel

Create or modify your project’s .stylelintrc file to extend from the Subchannel configuration.

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

Now when you run stylelint it will use the Subchannel configuration.

More detailed and thorough guides for installing and integrating stylelint with developer tools like Atom and Sublime Text can be found on their website, http://stylelint.io.