1.1.2 • Published 3 years ago

@tongtian/stylelint-preset v1.1.2

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

@tongtian/stylelint-preset

简介

整理 stylelint 的通用配置。

依赖

npm.io

安装

npm 版本 7 及以上

npm install --save-dev @tongtian/stylelint-preset

npm 版本 6 及以下

npm install --save-dev @tongtian/stylelint-preset stylelint stylelint-config-prettier stylelint-config-recess-order stylelint-config-standard stylelint-declaration-block-no-ignored-properties stylelint-declaration-use-variable stylelint-prettier stylelint-scss

用法

module.exports = {
  extends: ['@tongtian/stylelint-preset'],
};