2016-02-12 17:10:40 +03:00
|
|
|
options:
|
|
|
|
verbose: true
|
|
|
|
|
|
|
|
files:
|
2016-12-23 18:48:58 +03:00
|
|
|
include: 'scss/**/*.scss'
|
2016-02-12 17:10:40 +03:00
|
|
|
ignore:
|
2016-12-23 18:48:58 +03:00
|
|
|
- 'scss/mixins/**/*.scss'
|
2016-02-12 17:10:40 +03:00
|
|
|
|
|
|
|
rules:
|
|
|
|
no-ids: 2
|
2016-03-25 18:58:18 +03:00
|
|
|
property-sort-order: 0
|
2017-01-02 17:16:00 +03:00
|
|
|
mixins-before-declarations: 0
|
2016-02-12 17:10:40 +03:00
|
|
|
|
2016-12-21 17:56:51 +03:00
|
|
|
indentation:
|
|
|
|
- 2
|
|
|
|
-
|
|
|
|
size: 4
|
2016-02-12 17:10:40 +03:00
|
|
|
|
|
|
|
force-element-nesting: 0
|
|
|
|
force-pseudo-nesting: 0
|
|
|
|
|
2016-02-15 18:15:47 +03:00
|
|
|
no-vendor-prefixes: 0
|
2016-03-16 13:28:53 +03:00
|
|
|
|
|
|
|
no-css-comments: 0
|
2016-12-21 19:31:17 +03:00
|
|
|
no-color-keywords: 0
|
2016-12-21 18:37:58 +03:00
|
|
|
no-color-literals: 0
|
2016-12-21 19:31:17 +03:00
|
|
|
hex-length: 0
|
2016-03-23 19:02:18 +03:00
|
|
|
no-misspelled-properties: 0
|
2016-05-02 17:06:53 +03:00
|
|
|
no-trailing-whitespace: 2
|
2016-07-07 18:15:58 +03:00
|
|
|
no-qualifying-elements: 0
|
2016-11-11 15:26:08 +03:00
|
|
|
|
2016-12-21 18:37:58 +03:00
|
|
|
pseudo-element: 2
|
2016-11-11 15:26:08 +03:00
|
|
|
|
|
|
|
final-newline: 0
|
2017-02-23 15:48:11 +03:00
|
|
|
empty-args: 0
|
2016-11-11 15:26:08 +03:00
|
|
|
empty-line-between-blocks: 0
|
2016-12-21 17:56:51 +03:00
|
|
|
placeholder-in-extend: 0
|
2016-11-11 15:26:08 +03:00
|
|
|
quotes: 0
|
|
|
|
space-between-parens: 0
|
2016-12-21 17:56:51 +03:00
|
|
|
no-empty-rulesets: 0
|