1.1.0 • Published 1 month ago

@aurorafe/stylelint-config-base v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@aurorafe/stylelint-config-base

stylelint配置

使用

安装

pnpm add -D stylelint @aurorafe/stylelint-config-base

配置 stylelint (.stylelintrc.js)

// .stylelintrc.js
module.exports = {
  extends: require.resolve('@aurorafe/stylelint-config-base')
}