@cyansalt/stylelint-config

4.0.4 • Public • Published

@cyansalt/stylelint-config

npm

My Stylelint configuration preset.

Installation

npm install --save-dev @cyansalt/stylelint-config

Usage

// stylelint.config.js
import config from '@cyansalt/stylelint-config'

export default {
  overrides: config(),
}

Options

// stylelint.config.js
import config from '@cyansalt/stylelint-config'

export default {
  overrides: config({

    // Whether to enable SCSS rules.
    // It will be enabled when `sass` or `sass-embedded` is installed in the project by default.
    scss: true,

  }),
}

Dependencies (9)

Dev Dependencies (6)

Package Sidebar

Install

npm i @cyansalt/stylelint-config

Weekly Downloads

12

Version

4.0.4

License

ISC

Unpacked Size

44.7 kB

Total Files

20

Last publish

Collaborators

  • cyansalt