Skip to content

yialo/stylelint-config-yialo

Repository files navigation

Yialo's Stylelint configuration

Installation

npm install -DE stylelint-config-yialo
yarn add stylelint-config-yialo -DE
pnpm add -DE stylelint-config-yialo

Usage

This package contains three different rulesets for Stylelint:

  • base: for CSS only
  • scss: for both CSS and SCSS

If you've installed stylelint-config-yialo locally within your project, declare your stylelint config extension. For example,

---
extends:
  - stylelint-config-yialo/scss