1.1.1 • Published 2 years ago

@eulerxyz/stylelint-config v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

Stylelint Config

A reusable config for Stylelint.

Installation

First install this config package with stylelint and prettier:

npx install-peerdeps -D @eulerxyz/stylelint-config

Then create a .stylelintrc file in the root of your project and add:

{
  "extends": "@eulerxyz/stylelint-config"
}