5.0.0 • Published 6 months ago

@tinkoff/stylelint-config v5.0.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months 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"]
}
5.0.0

6 months ago

3.1.1

1 year ago

4.0.0

1 year ago

3.1.0

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.0

2 years ago

1.52.1

2 years ago

1.52.0

2 years ago

1.45.0

3 years ago

1.46.2

3 years ago

1.46.1

3 years ago

1.43.0

3 years ago

1.30.0

3 years ago

1.13.2

4 years ago

1.13.1

4 years ago

1.13.0

4 years ago

1.16.1

4 years ago

1.12.1

4 years ago

1.12.0

4 years ago

1.10.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago