npm.io
18.1.0 • Published 1 year ago

@zthun/stylelint-config

Licence
MIT
Version
18.1.0
Deps
1
Size
3 kB
Vulns
0
Weekly
0
Stars
1

StyleLint Config

This is the shared stylelint configuration for zthun scoped projects.

Getting Started

# NPM
npm install @zthun/stylelint-config --save-dev
# Yarn
yarn add @zthun/stylelint-config --dev

Usage

In the stylelint config file, add the following

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

That's it. You now have the recommended rules for zthun scoped projects.