1.0.1 • Published 3 years ago

stylelint-config-emochan v1.0.1

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

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