0.0.2 • Published 1 year ago

@trague/stylelint-config v0.0.2

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

@trague/stylelint-config

npm version

A shareable stylelint configuration object for *.vue, *.scss, *.css.

Install

⚠️ You don't need to install stylelint since this package already does that for you.

npm install --save --dev @trague/stylelint-config

Usage

Within your stylelint config object You can extend this configuration. This will serve as a base for your config, then you can make overrides in your own config object:

{
  "extends": ["@trague/stylelint-config"]
}