Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

sevenval/stylelint-config-sevenval

Repository files navigation

This repository has moved to frontend-configs

Please follow the link to open new issues and PRs.

Sevenval CSS/Sass Linter Rules

NPM version Build Status

The official style rules for stylesheets written at Sevenval.

Installation

npm install --save-dev stylelint-config-sevenval

Usage

Create a file named .stylelintrc.json in your project root with the following content:

{
  "extends": "stylelint-config-sevenval"
}