1 Star 0 Fork 0

sijor2000/ct-js2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.stylelintrc 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
plugins:
- stylelint-stylus
overrides:
- files:
- '*.stylus'
- '*.styl'
- '**/*.stylus'
- '**/*.styl'
customSyntax: 'postcss-styl'
rules:
color-no-invalid-hex: true
font-family-no-duplicate-names: true
named-grid-areas-no-invalid: true
function-calc-no-unspaced-operator: true
function-linear-gradient-no-nonstandard-direction: true
string-no-newline: true
unit-no-unknown: true
keyframe-declaration-no-important: true
keyframe-block-no-duplicate-selectors: true
declaration-block-no-duplicate-properties: true
declaration-block-no-shorthand-property-overrides: true
declaration-block-no-duplicate-custom-properties: true
block-no-empty: true
media-feature-name-no-unknown: true
comment-no-empty: true
no-duplicate-at-import-rules: true
no-empty-source: true
alpha-value-notation: 'number'
length-zero-no-unit: true
declaration-block-single-line-max-declarations: 1
selector-attribute-quotes: always
selector-id-pattern: 'the[A-Z][a-zA-Z]*'
no-irregular-whitespace: true
stylus/pythonic: 'always'
stylus/semicolon: 'never'
stylus/property-no-unknown: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sijor2000/ct-js2.git
git@gitee.com:sijor2000/ct-js2.git
sijor2000
ct-js2
ct-js2
master

搜索帮助