0.0.9 • Published 1 year ago

@xunserver/stylelint-config v0.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

功能

支持在 html、vue 中 lint css、less、scss 规则。包含 css 属性的排序。

安装

npm i -D @xunserver/stylelint-config

或者使用@xunserver/cli 中提供的 xs add lint 引导安装

使用

// .stylelintrc.js
module.exports = {
    // 根据条件选择一个
    extends: ['@xunserver/stylelint-config/css'] // css
    extends: ['@xunserver/stylelint-config/less'] // less
    extends: ['@xunserver/stylelint-config/scss'] // scss
    extends: ['@xunserver/stylelint-config/vue'] // vue 默认支持less和scss
}
0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago