Skip to content

Commit 8c91b90

Browse files
committed
Обновляет конфиг стайллинта
1 parent 87ec3a6 commit 8c91b90

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

index.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ module.exports = {
7474
"selector-combinator-space-after": "always",
7575
"selector-combinator-space-before": "always",
7676
"selector-descendant-combinator-no-non-space": true,
77-
"selector-max-compound-selectors": 3,
7877
"selector-max-id": 0,
7978
"selector-pseudo-class-case": "lower",
8079
"selector-pseudo-class-no-unknown": true,
@@ -133,9 +132,7 @@ module.exports = {
133132

134133
"comment-no-empty": true,
135134

136-
"indentation": [2, {
137-
"ignore": ["inside-parens"]
138-
}],
135+
"indentation": 2,
139136

140137
"max-empty-lines": 2,
141138
"no-duplicate-selectors": true,

0 commit comments

Comments
 (0)