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

channel-io/stylelint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config

An Configuration for stylelint by Channel.

Installation

$ npm install --dev @channel.io/stylelint-config

Install Packages

Get peer dependency lists and install them.

$ npm info @channel.io/stylelint-config peerDependencies

Or install with install-peerdeps.

$ npx install-peerdeps --dev @channel.io/stylelint-config

Configure

create .stylelintrc file and extend this library.

{
  "extends": ["@channel-io/stylelint-config"],
}