Skip to content

Commit 70abcf2

Browse files
Trotttargos
authored andcommittedOct 10, 2018
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 <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
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)
Please sign in to comment.