Skip to content

crishpeen/stylelint-config-crishpeen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-crishpeen

NPM version Build Status dependency Status peerDependency Status devDependency Status Downloads per month

Crishpeen' shareable config for Stylelint.

Extends stylelint-config-standard with more strict rules and giving preference to indentation with 4 spaces.

To see the rules that this config uses, please read the config itself.

Installation

Install Stylelint and this config:

$ npm install --save-dev stylelint @crishpeen/stylelint-config-crishpeen

Usage

Apply the config in your .stylelintrc file:

{
  "extends": "@crishpeen/stylelint-config-crishpeen"
}

Suggested Extension

To further extend control over coding style of your stylesheets, you can also check for rules order using stylelint-order plugin along with our config @crishpeen/stylelint-config-crishpeen-order.

About

Crishpeen' shareable config for Stylelint.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published