@corex/stylelint
v3.0.611
Published
```shell yarn add @corex/stylelint -D ```
Downloads
363
Readme
title: '@corex/stylelint' custom_edit_url: 'https://github.com/iamvishnusankar/corex/edit/master/packages/stylelint/README.md'
Installation
yarn add @corex/stylelint -D
Usage
Create .stylelint.js
and add the following content
module.exports = require('@corex/stylelint')
Override
Override the preset configuration.
module.exports = {
...require('@corex/stylelint'),
...{
/** custom overrides **/
},
}
Preset Config
Following is the included preset configuration.
module.exports = {
extends: ['stylelint-prettier/recommended'],
}