1 Star 0 Fork 0

mayeror/kubernetes-dashboard

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.sass-lint.yml 1.86 KB
一键复制 编辑 原始数据 按行查看 历史
# Configuration file for SASS lint.
# Read more at: https://github.com/sasstools/sass-lint/blob/develop/docs/sass-lint.yml
options:
formatter: stylish
rules:
# Extends
extends-before-mixins: 2
extends-before-declarations: 2
placeholder-in-extend: 2
# Mixins
mixins-before-declarations: 2
# Line Spacing
one-declaration-per-line: 2
empty-line-between-blocks: 2
single-line-per-selector: 2
# Disallows
no-color-keywords: 2
no-color-literals: 2
no-css-comments: 2
no-debug: 2
no-duplicate-properties: 2
no-empty-rulesets: 2
no-extends: 0
no-ids: 2
no-important: 0
no-invalid-hex: 2
no-mergeable-selectors: 2
no-misspelled-properties: 2
no-qualifying-elements: 2
no-trailing-zero: 2
no-transition-all: 2
# Disabled because the project includes external fonts.
no-url-protocols: 0
# Excluded Internet Explorer prefix (ms), because some of bug fixes require it.
no-vendor-prefixes:
- 2
- additional-identifiers: []
excluded-identifiers: [ms, webkit]
no-warn: 2
property-units: 2
# Nesting
force-attribute-nesting: 3
force-element-nesting: 3
force-pseudo-nesting: 3
# Name Formats
class-name-format: 2
function-name-format: 2
id-name-format: 0
mixin-name-format: 2
placeholder-name-format: 2
variable-name-format: 2
# Style Guide
bem-depth: 0
border-zero: 2
brace-style: 2
clean-import-paths: 2
empty-args: 2
hex-length: 2
hex-notation: 2
indentation: 2
leading-zero: 2
nesting-depth: 4
property-sort-order: 2
quotes: 2
shorthand-values: 2
url-quotes: 2
variable-for-property: 2
zero-unit: 2
# Inner Spacing
space-after-comma: 2
space-before-colon: 2
space-after-colon: 2
space-before-brace: 2
space-before-bang: 2
space-after-bang: 2
space-between-parens: 2
space-around-operator: 2
# Final Items
trailing-semicolon: 2
final-newline: 2
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mayeror/kubernetes-dashboard.git
git@gitee.com:mayeror/kubernetes-dashboard.git
mayeror
kubernetes-dashboard
kubernetes-dashboard
master

搜索帮助