Skip to content

Commit

Permalink
Init sass-lint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Jun 23, 2018
1 parent 5505f86 commit c8c6e03
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .sass-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
files:
include: 'scss/**/*.s+(a|c)ss'
options:
formatter: stylish
merge-default-rules: false
rules:
bem-depth: 1
border-zero:
- 1
- convention: zero
brace-style:
- 1
- allow-single-line: false
class-name-format:
- 1
- convention: ^(?!js-).*
convention-explanation: should not be written in the form js-*
extends-before-declarations: 0
extends-before-mixins: 0
function-name-format: 1
id-name-format:
- 1
- convention: hyphenatedbem
indentation:
- 2
- size: 4
leading-zero: 0
mixin-name-format: 1
mixins-before-declarations: 0
no-extends: 1
no-qualifying-elements: 0
placeholder-name-format:
- 1
- convention: hyphenatedbem
property-sort-order: 0
quotes:
- 1
- style: double
variable-name-format: 1

0 comments on commit c8c6e03

Please sign in to comment.