Skip to content

Commit eaf8a41

Browse files
authored
chore: Correct typos in linter tests (#19878)
Update linter.js
1 parent 4ab4482 commit eaf8a41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/lib/linter/linter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)