Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 562 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 562 Bytes

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