Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 80 additions & 0 deletions base/.sass-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
options:
formatter: stylish
rules:
# Extends
extends-before-mixins: 0
extends-before-declarations: 0
placeholder-in-extend: 0

# Mixins
mixins-before-declarations: 0

# Line Spacing
one-declaration-per-line: 0
empty-line-between-blocks: 0
single-line-per-selector: 0

# Disallows
no-color-keywords: 0
no-color-literals: 0
no-css-comments: 0
no-debug: 0
no-duplicate-properties: 0
no-empty-rulesets: 0
no-extends: 0
no-ids: 0
no-important: 0
no-invalid-hex: 0
no-mergeable-selectors: 0
no-misspelled-properties: 1
no-qualifying-elements: 0
no-trailing-zero: 0
no-transition-all: 0
no-url-protocols: 0
no-vendor-prefixes: 0
no-warn: 0

# Nesting
force-attribute-nesting: 0
force-element-nesting: 0
force-pseudo-nesting: 0

# Name Formats
function-name-format: 0
mixin-name-format: 0
placeholder-name-format: 0
variable-name-format:
- 1
-
allow-leading-underscore: false

# Style Guide
border-zero: 0
brace-style: 0
clean-import-paths: 0
empty-args: 0
hex-length: 0
hex-notation: 0
indentation: 0
leading-zero: 0
nesting-depth: 0
property-sort-order: 0
quotes: 0
shorthand-values: 0
url-quotes: 0
variable-for-property: 0
zero-unit: 0
class-name-format: 0

# Inner Spacing
space-after-comma: 0
space-before-colon: 0
space-after-colon: 0
space-before-brace: 0
space-before-bang: 0
space-after-bang: 0
space-between-parens: 0

# Final Items
trailing-semicolon: 0
final-newline: 0
258 changes: 0 additions & 258 deletions base/.scss-lint.yml

This file was deleted.

Loading