Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 493 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 493 Bytes

stylelint-settings

Usage

  1. install Stylelint:
    $ yarn global add stylelint
    or
    $ npm i -g stylelint
  2. install the Stylelint editor plugin for your editor
  3. clone this repo somewhere
  4. create a hard link of .stylelintrc to your home directory
    $ ln .stylelintrc ~