2016-02-12 17:10:40 +03:00
|
|
|
options:
|
|
|
|
verbose: true
|
|
|
|
|
|
|
|
files:
|
|
|
|
include: 'styles/**/*.scss'
|
|
|
|
ignore:
|
2016-05-20 17:16:01 +03:00
|
|
|
- 'styles/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
|
2016-02-12 17:10:40 +03:00
|
|
|
|
|
|
|
indentation: 0
|
|
|
|
|
|
|
|
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-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
|