Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 636 Bytes

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