1.2.1 • Published 3 years ago

@gergoszaszvaradi/stylelint-config v1.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@gergoszaszvaradi/stylelint-config

Personal StyleLint configuration and rules

Installation

Install this config package:

npm i -D @gergoszaszvaradi/stylelint-config
yarn add -D @gergoszaszvaradi/stylelint-config

Usage

Extend your stylelint config file with the stylelintrc provided by this package.

.stylelintrc.json

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

Overriding Rules

You can still override certain rules by defining the rules again in your config file:

.stylelintrc.json

{
    // ...
    "indentation": 2
}

Before turning off already defined rules, check the StyleLint documentation for the benefits of using those rules.