Skip to content

Peter-Hudson-G/stylelint-config-zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@zonedigital/stylelint-config-zone

Part of Zone Frontend npm downloads

This package provides Zone's CSS style guide as an extensible shared config.

Requirements

As this package is a config, you'll need to ensure you've installed any peer dependencies.

Yarn

yarn add stylelint

NPM

npm i stylelint

Installation

Yarn

yarn add @zonedigital/stylelint-config-zone

NPM

npm i @zonedigital/stylelint-config-zone

Usage

Add the Zone config to your stylelint config. Be sure to add as the last item.

{
  "extends": [..., "@zonedigital/stylelint-config-zone"],
  // ... project config here, if any ...
}

Optional but recommended: Remove duplicated rules from your stylelint config.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors