@zilahir/stylelint-config

3.1.2 • Public • Published

stylelint-config

This is my personal configuration for Stylelint. It includes rules for CSS and SCSS and enforces a reasonable property order.

Overview

The rules are based on the sass-guidelines and rational-order configurations and include a couple of custom additions and deletions.

The configuration is compatible with Prettier (if it's configured to use tabs for indentation).

Usage

  1. Install the required packages:
npm i --save-dev stylelint
npm i --save-dev @zilahir/stylelint-config
  1. Create a .stylelintrc.yml file with the following content in your project root:
extends: "@ziilahir/stylelint-config"
  1. Add the linting script(s) you need to your package.json file:
{
  "scripts": {
    "lint:css": "stylelint --fix src/**/*.css",
    "lint:scss": "stylelint --fix --syntax scss src/**/*.scss"
  }
}

/@zilahir/stylelint-config/

    Package Sidebar

    Install

    npm i @zilahir/stylelint-config

    Weekly Downloads

    0

    Version

    3.1.2

    License

    MIT

    Unpacked Size

    3.99 kB

    Total Files

    4

    Last publish

    Collaborators

    • zilahir