mxjoly / stylelint-config

Stylelint config shared for all the @mxjoly packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stylelint Config

A shared Stylelint config for all the @mxjoly packages.

Installation

yarn add --dev @mxjoly/stylelint-config
npm install --save-dev @mxjoly/stylelint-config

Setup

To use this config, add to your stylelint config file:

{
  "extends": ["@mxjoly/stylelint-config"]
}

For more information see: https://stylelint.io/user-guide/configuration#extends

About

Stylelint config shared for all the @mxjoly packages.


Languages

Language:JavaScript 100.0%