@foxland/stylelint-config

1.3.0 • Public • Published

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:

{
	"extends": "@foxland/stylelint-config"
}

/@foxland/stylelint-config/

    Package Sidebar

    Install

    npm i @foxland/stylelint-config

    Weekly Downloads

    9

    Version

    1.3.0

    License

    MIT

    Unpacked Size

    2.77 kB

    Total Files

    4

    Last publish

    Collaborators

    • samikeijonen