stylelint-config-reflex

Stylelint config for Reflex.

Usage no npm install needed!

<script type="module">
  import stylelintConfigReflex from 'https://cdn.skypack.dev/stylelint-config-reflex';
</script>

README

stylelint-config-reflex

Default stylelint config used by Reflex.

Installation

# NPM
npm install stylelint-config-reflex --save-dev

# Yarn
yarn add stylelint-config-reflex --dev

Usage

We provide a config for CSS and SCSS. Depending on your project, you can extend either configuration:

CSS

{
    "extends": ["stylelint-config-reflex/css"],
}

SCSS

{
    "extends": ["stylelint-config-reflex/scss"],
}