1.0.0 • Published 4 months ago

@tembty/stylelint-config v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@tembty/stylelint-config

CSS 编码规范(stylelint 可共享配置)。

安装

npm install @tembty/stylelint-config --save-dev

or

yarn add @tembty/stylelint-config --dev

使用

// .stylelintrc.js
module.exports = {
  extends: ['@tembty/stylelint-config'],
};