feat: Уставновлен плагин для соблюдения стилизации кода в файлах стилей
This commit is contained in:
@@ -46,8 +46,12 @@ const {
|
||||
|
||||
module.exports = {
|
||||
extends: 'stylelint-config-standard-scss',
|
||||
plugins: ['stylelint-order'],
|
||||
plugins: [
|
||||
'stylelint-order',
|
||||
'@stylistic/stylelint-plugin',
|
||||
],
|
||||
rules: {
|
||||
'@stylistic/indentation': 2,
|
||||
'selector-class-pattern': null,
|
||||
'order/order': selectorOrdering,
|
||||
'order/properties-order': propertyOrdering,
|
||||
|
||||
Reference in New Issue
Block a user