2016-05-17 01:32:55 +03:00
|
|
|
files:
|
|
|
|
include: 'app/styles/**/*.scss'
|
|
|
|
ignore: 'app/styles/_state.scss'
|
|
|
|
rules:
|
2017-11-10 18:20:01 +03:00
|
|
|
border-zero: [2, convention: '0']
|
2016-05-17 01:32:55 +03:00
|
|
|
class-name-format: 0
|
|
|
|
clean-import-paths: 0
|
2017-11-10 18:20:01 +03:00
|
|
|
empty-args: [2, include: true]
|
2016-05-17 01:32:55 +03:00
|
|
|
force-attribute-nesting: 0
|
|
|
|
force-element-nesting: 0
|
|
|
|
force-pseudo-nesting: 0
|
|
|
|
indentation: 0
|
|
|
|
# waiting on https://github.com/sasstools/sass-lint/issues/70
|
|
|
|
# to fix incorrectly reported indentation errors
|
2017-11-10 18:20:01 +03:00
|
|
|
# indentation: [2, size: 2]
|
2016-05-17 01:32:55 +03:00
|
|
|
leading-zero: 0
|
|
|
|
mixins-before-declarations: 0
|
2017-11-10 18:20:01 +03:00
|
|
|
nesting-depth: [2, max-depth: 4]
|
2016-05-17 01:32:55 +03:00
|
|
|
no-color-literals: 0
|
|
|
|
no-css-comments: 0
|
|
|
|
no-empty-args: 0
|
|
|
|
no-ids: 0
|
|
|
|
no-important: 0
|
|
|
|
no-mergeable-selectors: 0
|
|
|
|
no-misspelled-properties: 0
|
|
|
|
no-qualifying-elements: 0
|
|
|
|
no-vendor-prefixes: 0
|
|
|
|
no-warn: 0
|
|
|
|
placeholder-in-extend: 0
|
2017-11-10 18:20:01 +03:00
|
|
|
property-sort-order: [2, ignore-custom-properties: true]
|
|
|
|
quotes: [2, style: 'single']
|
2016-05-17 01:32:55 +03:00
|
|
|
shorthand-values: 0
|
2017-11-10 18:20:01 +03:00
|
|
|
space-after-comma: [2, include: true]
|
2016-05-17 01:32:55 +03:00
|
|
|
space-around-operator: 0
|