Skip to content

Instantly share code, notes, and snippets.

@brionmario
Created May 6, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brionmario/38420f2264752f66d0a7f3cb2294a007 to your computer and use it in GitHub Desktop.
Save brionmario/38420f2264752f66d0a7f3cb2294a007 to your computer and use it in GitHub Desktop.
# @author - Brion Silva
# Copyright © 2018 Aparecium Labs. All Rights Reserved
files:
include: src/**/*.scss
options:
formatter: stylish
merge-default-rules: false
rules:
border-zero: 1
brace-style:
- 1
- allow-single-line: true
class-name-format:
- 0
- convention: hyphenatedlowercase
clean-import-paths: 1
empty-line-between-blocks: 1
extends-before-declarations: 1
extends-before-mixins: 1
final-newline: 1
function-name-format: 0
hex-length: 0
hex-notation: 1
id-name-format:
- 0
- convention: hyphenatedlowercase
indentation:
- 1
- size: 2
leading-zero: 0
mixin-name-format: 0
mixins-before-declarations: 1
nesting-depth:
- 1
- max-depth: 6
no-color-keywords: 0
no-color-literals: 1
no-css-comments: 0
no-debug: 0
no-duplicate-properties: 1
no-empty-rulesets: 1
no-extends: 0
no-ids: 0
no-important: 0
no-mergeable-selectors: 1
no-misspelled-properties: 1
no-qualifying-elements: 0
no-trailing-zero: 1
no-transition-all: 0
no-url-protocols: 1
no-vendor-prefixes: 0
placeholder-in-extend: 0
placeholder-name-format:
- 0
- convention: hyphenatedlowercase
property-sort-order: 0
property-units: 0
quotes: 0
shorthand-values: 1
single-line-per-selector: 1
space-after-bang:
- 1
- include: false
space-after-colon: 1
space-after-comma: 1
space-before-bang:
- 1
- include: true
space-before-brace: 1
space-before-colon: 0
space-between-parens: 0
trailing-semicolon: 1
url-quotes: 1
variable-for-property: 0
variable-name-format: 0
zero-unit: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment