2.0.0 • Published 5 years ago

@tailify/stylelint-config v2.0.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
5 years ago

@tailify/stylelint-config

Build status Greenkeeper Version

Tailify's very own opinionated stylelint configuration.

Installation

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

Usage

To get started, add this to your .stylelintrc.js file:

module.exports = {
  extends: ['@tailify/stylelint-config']
};