Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 435 Bytes

npm version

Tictail stylelint config

This is the stylelint config we use at Tictail.

Install

npm install stylelint-config-tictail -D

Development

Edit the index.js file and run/update

npm test

Usage

Add the following to your .stylelintrc:

{
  "extends": "stylelint-config-tictail"
}