1.0.0 • Published 5 years ago

@samikeijonen/stylelint-config v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Foxland Stylelint Config

Dependencies

  1. Node & NPM - 3rd party dependencies are managed through NPM, so you will need that installed globally
  2. Stylelint - as this is a config extention for Stylelint, you will need Stylelint installed in your main project in order for it to work.

Installation

First, install Stylelint:

// NPM
npm install stylelint --save-dev

// Yarn
yarn add stylelint

Then install the Foxland Stylelint config:

// NPM
npm install @Foxland/stylelint-config --save-dev

Usage

Add the following to your .stylelintrc file:

{
  "plugins": [
    "@Foxland/stylelint-config"
  ]
}