2.0.0 • Published 3 years ago

@nextds/stylelint-config-next v2.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

NEXT CSS Style Guide

The next shareable config for stylelint

Stylelint shareable configs

Requirements

npm install --save-dev stylelint

Installation

npm install --save-dev @nextds/stylelint-config-next

Usage

Create a .stylelintrc file in your project.

{
  "extends": "@nextds/stylelint-config-next",
  "rules": {
    // Add your rules
  }
}