0.0.13 • Published 2 years ago

@furdzik/stylelint-config v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Package @furdzik/stylelint-config

Stylelint configuration by style guide IF.Kamisama.
Contains different framework and library lint configurations and also a global stylelint which can be used by any JavaScript project.

Getting started

Installation

Peer dependencies

  • stylelint
  • stylelint-processor-styled-components
npm install --save-dev @furdzik/stylelint

Usage

Config .stylelintrc

  {
    "processors": [
      "stylelint-processor-styled-components"
    ],
      "extends": [
      "@furdzik/stylelint"
    ]
  }