0.0.4 • Published 1 year ago

@yattho/stylelint-config v0.0.4

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

NearchX Stylelint Config

Inspired by Github's Primer Stylelint Config.

npm version

A sharable stylelint config object that enforces NearchX's CSS rules

Install

$ npm install --save --dev @yattho/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": ["@yattho/stylelint-config"],
  "rules": { }
}

Documentation

NearchX Stylelint Config extends the stylelint-config-standard configuration supplied by Stylelint, and makes modifications in /index.js.

Plugins

License

MIT © NearchX