You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: "Inline configuration for rule \"no-alert\" is invalid:\n\tExpected severity of \"off\", 0, \"warn\", 1, \"error\", or 2. You passed \"Error\".\n",
12383
+
line: 1,
12384
+
column: 1,
12385
+
endLine: 1,
12386
+
endColumn: 29,
12387
+
nodeType: null
12388
+
}
12389
+
]
12390
+
);
12391
+
12392
+
assert.strictEqual(suppressedMessages.length, 0);
12393
+
});
12394
+
12356
12395
it("should report a violation when the config violates a rule's schema", () => {
0 commit comments