Skip to content

dkrnl/stylelint-max-lines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-max-lines

Limit the count of a lines.

Installation

  1. If you haven't, install [stylelint]:
npm install stylelint --save-dev
  1. Install stylelint-max-lines:
npm install stylelint-max-lines --save-dev

Usage

Add stylelint-max-lines to your stylelint config plugins array, then add rules you need to the rules list. All rules from stylelint-max-lines need to be namespaced with pitcher.

{
    "plugins": [
        "stylelint-max-lines"
    ],
    "rules": {
        "pitcher/max-lines": 300
    }
}

About

Limit the count of a lines.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published