Skip to content

kou-by/stylelint-config-emochan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stylelint-config-emochan

CI npm

A Stylelint config for emochan.

Install

Install package:

npm install --save-dev stylelint stylelint-config-emochan

Then, add stylelint-config-emochan into configuration file.

module.exports = {
  extends: ['stylelint-config-emochan'],
}