The Cybre.Space fork of Mastodon -- https://github.com/tootsuite/mastodon
https://cybre.space
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
740 B
37 lines
740 B
# Linter Documentation: |
|
# https://github.com/sasstools/sass-lint/tree/v1.13.1/docs/options |
|
|
|
files: |
|
include: app/javascript/styles/**/*.scss |
|
ignore: |
|
- app/javascript/styles/mastodon/reset.scss |
|
|
|
rules: |
|
# Disallows |
|
no-color-literals: 0 |
|
no-css-comments: 0 |
|
no-duplicate-properties: 0 |
|
no-ids: 0 |
|
no-important: 0 |
|
no-mergeable-selectors: 0 |
|
no-misspelled-properties: 0 |
|
no-qualifying-elements: 0 |
|
no-transition-all: 0 |
|
no-vendor-prefixes: 0 |
|
|
|
# Nesting |
|
force-element-nesting: 0 |
|
force-attribute-nesting: 0 |
|
force-pseudo-nesting: 0 |
|
|
|
# Name Formats |
|
class-name-format: 0 |
|
leading-zero: 0 |
|
|
|
# Style Guide |
|
attribute-quotes: 0 |
|
hex-length: 0 |
|
indentation: 0 |
|
nesting-depth: 0 |
|
property-sort-order: 0 |
|
quotes: 0
|
|
|