Skip to content

Instantly share code, notes, and snippets.

@mtrythall
Created July 19, 2017 03:21
Show Gist options
  • Save mtrythall/57239be574712ea14d634e54a6048901 to your computer and use it in GitHub Desktop.
Save mtrythall/57239be574712ea14d634e54a6048901 to your computer and use it in GitHub Desktop.
###################################
## Lincoln Loop Base Sass Lint File
###################################
# Linter Options
# rules @ https://github.com/sasstools/sass-lint/tree/master/docs/rules
options:
# Don't merge default rules
merge-default-rules: false
# Rule Configuration
rules:
border-zero:
- 2
-
convention: none
brace-style:
- 2
-
style: '1tbs'
class-name-format:
- 2
- convention: hyphenatedlowercase
empty-args: 2
empty-line-between-blocks:
- 2
# Extends cause trouble
no-extends: 2
mixin-name-format:
- 2
-
convention: hyphenatedlowercase
nesting-depth:
- 1
-
max-depth: 2
no-duplicate-properties: 1
no-empty-rulesets: 2
no-debug: 1
no-ids: 1
no-misspelled-properties: 2
no-vendor-prefixes: 1
one-declaration-per-line: 2
hex-notation:
- 2
-
style: uppercase
indentation:
- 2
-
size: 2
single-line-per-selector: 1
space-around-operator: 2
space-before-brace: 2
space-before-bang: 2
space-before-colon: 2
space-between-parens: 2
zero-unit:
- 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment