An open API service indexing awesome lists of open source software.

https://github.com/vkcom/stylelint-config


https://github.com/vkcom/stylelint-config

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# @vkontakte/stylelint-config

Правила линтинга CSS от [VK](https://vk.com/).

## Установка

```sh
yarn add -D @vkontakte/stylelint-config stylelint postcss
```

или

```sh
npm install -D @vkontakte/stylelint-config stylelint postcss
```

## Использование

```js
// на примере, .stylelintrc.js

modules.exports = {
extends: ['@vkontakte/stylelint-config'],
};
```