1.0.1 • Published 2 years ago

@pepeeja/stylelint-config v1.0.1

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

@pepeeja/stylelint-config

license npm latest package

Stylelint setup for projects

Install

// with npm
npm install @pepeeja/stylelint-config

// with yarn
yarn add @pepeeja/stylelint-config

Usage

Stylelint configuration has several options based on used environment. You can find list of available configurations below.

Standard

Create .stylelintrc file in the root directory of your project with the following content:

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

SCSS

To apply SCSS specific rules there is additional configuration which is inherited from standard one. Create .stylelintrc file in the root directory of your project with the following content:

{
  "extends": "@pepeeja/stylelint-config/scss"
}

License

This project is licensed under the terms of the MIT License