@corex/stylelint

3.0.611 • Public • Published

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'],
}

Readme

Keywords

none

Package Sidebar

Install

npm i @corex/stylelint

Weekly Downloads

21

Version

3.0.611

License

MIT

Unpacked Size

1.26 kB

Total Files

4

Last publish

Collaborators

  • iamvishnusankar