1.2.0 • Published 3 years ago

@channel.io/stylelint-config v1.2.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

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"],
}