0.2.0 • Published 1 year ago

stylelint-config-byodian v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

stylelint-config-byodian

Stylelint config for SimpleCSS

Installation

npm install --save-dev stylelint-config-byodian

# Or with yarn
yarn add --dev stylelint-config-byodian

# Or with pnpm
pnpm add -D stylelint-config-byodian

Usage

You simply have to extend this config:

{
  "extends": "stylelint-config-byodian"
}