0.5.0 • Published 6 years ago

stylelint-config-infield v0.5.0

Weekly downloads
48
License
GPL-3.0
Repository
github
Last release
6 years ago

stylelint-config-infield

A Stylelint configuration following Infield Digital's CSS/SCSS Coding Guidelines.

Usage

You should install this configuration and peer dependencies as devDependencies in your project:

npm install --save-dev stylelint-config-infield stylelint

Next, simply extend the configuration from your project's .stylelintrc.js file:

"extends": "stylelint-config-infield",

Development

If you clone this repository to your local machine and modify it, you can test changes without having to push and publish them to the NPM repository. Do this by linking your module globally – type:

npm link

Then, in your project where you want to test the updated config, type:

npm link stylelint-config-infield

Refer to the Stylelint documentation on Shareable Configs for more information.

0.5.0

6 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago