We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e4215 commit 2fbf94dCopy full SHA for 2fbf94d
packages/stylelint-config/test/__snapshots__/scss.js.snap
@@ -40,17 +40,17 @@ exports[`flags warnings with invalid scss snapshot matches warnings 1`] = `
40
},
41
{
42
"column": 2,
43
- "endColumn": 3,
44
- "endLine": 12,
+ "endColumn": 1,
+ "endLine": 13,
45
"line": 12,
46
"rule": "scss/at-if-closing-brace-newline-after",
47
"severity": "error",
48
"text": "Unexpected newline after "}" of @if statement (scss/at-if-closing-brace-newline-after)",
49
50
51
52
53
54
55
"rule": "scss/at-if-closing-brace-space-after",
56
0 commit comments