|
8 | 8 | "rules": { |
9 | 9 | "indentation": 4, |
10 | 10 | "max-empty-lines": 3, |
11 | | - "rule-nested-empty-line-before": ["always", { "ignore": ["after-comment"]}], |
12 | | - "no-missing-end-of-source-newline": null, |
13 | | - "at-rule-empty-line-before": ["always", { |
14 | | - "except": [ |
15 | | - "blockless-group", "first-nested" |
16 | | - ], |
17 | | - "ignoreAtRules": ["import", "if", "each", "for", "else", "content", "return", "warn"], |
| 11 | + "rule-nested-empty-line-before": ["always", { |
18 | 12 | "ignore": ["after-comment"] |
19 | 13 | }], |
| 14 | + "at-rule-empty-line-before": [ "always", { |
| 15 | + "ignore": ["after-comment", "blockless-group", "all-nested"], |
| 16 | + "ignoreAtRules": ["else", "content", "return", "warn"] |
| 17 | + }], |
20 | 18 | "block-closing-brace-newline-after": ["always", { |
21 | | - "ignoreAtRules": ["if", "else"] |
| 19 | + "ignoreAtRules": ["if", "else", "content", "return", "warn"] |
22 | 20 | }], |
| 21 | + "declaration-colon-newline-after": null, |
| 22 | + "function-comma-newline-after": null, |
| 23 | + "no-missing-end-of-source-newline": null, |
23 | 24 | "declaration-empty-line-before": "never", |
24 | 25 | "declaration-block-properties-order": [ |
25 | 26 |
|
|
0 commit comments