Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 213 Bytes

stylelint-installation.md

File metadata and controls

12 lines (6 loc) · 213 Bytes

StyleLint Installation guide

Install stylelint globally:

$ npm install stylelint -g

Install stylelint-order locally in your project:

$ cd project-folder

$ npm install stylelint-order