Skip to content

Commit 70abcf2

Browse files
Trotttargos
authored andcommitted
test: remove eslint-disable from fixtures
Fixture files are not linted. Remove `eslint-disable` comments from fixture files. PR-URL: #23345 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
1 parent 315bf25 commit 70abcf2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/fixtures/guess-hash-seed.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/* eslint-disable required-modules */
21
'use strict';
32
function min(arr) {
43
let res = arr[0];

test/fixtures/inspector-global-function.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict'; // eslint-disable-line required-modules
1+
'use strict';
22
let invocations = 0;
33
const interval = setInterval(() => {}, 1000);
44

0 commit comments

Comments
 (0)