1.2.10 • Published 7 months ago

@gearbox-protocol/stylelint-config v1.2.10

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@gearbox-protocol/stylelint-config

Stylelint config to use in gearbox projects

Usage

Install:

yarn add -D @gearbox-protocol/stylelint-config stylelint

Add following .stylelintrc.json config:

{
  "extends": "@gearbox-protocol/stylelint-config"
}