3.1.0 • Published 3 days ago

@tinkoff/stylelint-config v3.1.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 days ago

@tinkoff/stylelint-config

Common Stylelint configuration

Usage

  1. Install from npm
npm i --save-dev @tinkoff/stylelint-config
  1. Create stylelint.config.js at project root
{
  "extends": ["@tinkoff/stylelint-config"]
}

More information about available at stylelint documentation

Available presets

  • prettier
{
    "extends": ["@tinkoff/stylelint-config/prettier"]
}
  • less - includes prettier config
{
  "extends": ["@tinkoff/stylelint-config/less"]
}
  • angular - includes prettier config
{
  "extends": ["@tinkoff/stylelint-config/angular"]
}
  • angular-less - combine angular and less configs
{
  "extends": ["@tinkoff/stylelint-config/angular-less"]
}
3.1.0

3 days ago

3.0.2

6 days ago

3.0.1

6 days ago

3.0.0

7 days ago

2.0.0

6 months ago

1.52.1

1 year ago

1.52.0

1 year ago

1.45.0

1 year ago

1.46.2

1 year ago

1.46.1

1 year ago

1.43.0

1 year ago

1.30.0

2 years ago

1.13.2

2 years ago

1.13.1

2 years ago

1.13.0

2 years ago

1.16.1

2 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.10.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago