File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5855,7 +5855,7 @@ var a = "test2";
58555855 assert.strictEqual(suppressedMessages.length, 0);
58565856 });
58575857
5858- it("should report one suppresed problem when noInlineConfig is false and allowInlineConfig is true", () => {
5858+ it("should report one suppressed problem when noInlineConfig is false and allowInlineConfig is true", () => {
58595859 const code = [
58605860 "/* eslint-disable */ // <-- this should be inline config warning",
58615861 "foo(); // <-- this should be no-undef error",
@@ -16604,7 +16604,7 @@ var a = "test2";
1660416604 assert.strictEqual(suppressedMessages.length, 0);
1660516605 });
1660616606
16607- it("should report one suppresed problem when noInlineConfig is false and allowInlineConfig is true", () => {
16607+ it("should report one suppressed problem when noInlineConfig is false and allowInlineConfig is true", () => {
1660816608 const code = [
1660916609 "/* eslint-disable */ // <-- this should be inline config warning",
1661016610 "foo(); // <-- this should be no-undef error",
@@ -19768,7 +19768,7 @@ var a = "test2";
1976819768 blocksMap.get(fileName);
1976919769 let rangeOffset = 0;
1977019770
19771- // intentionaly mutates objects and arrays
19771+ // intentionally mutates objects and arrays
1977219772 messageLists.forEach(
1977319773 (messages, index) => {
1977419774 messages.forEach(
You can’t perform that action at this time.
0 commit comments