@gergoszaszvaradi/stylelint-config

1.2.1 • Public • Published

@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.

Package Sidebar

Install

npm i @gergoszaszvaradi/stylelint-config

Weekly Downloads

1

Version

1.2.1

License

MIT

Unpacked Size

5.39 kB

Total Files

3

Last publish

Collaborators

  • gergoszaszvaradi