Commit 19d346ae authored by Nikolay Gromov's avatar Nikolay Gromov

Stylelint: добавил правило про окончания строк

parent 794204b6
...@@ -487,5 +487,9 @@ ...@@ -487,5 +487,9 @@
"selector-descendant-combinator-no-non-space": [true, { "selector-descendant-combinator-no-non-space": [true, {
"message": "Комбинированные селекторы одним пробелом разделять следует" "message": "Комбинированные селекторы одним пробелом разделять следует"
}], }],
"linebreaks": ["unix", {
"severity": "warning",
"message": "Окончания строк должны быть LF. Настроить редактор следует"
}],
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment