Skip to content

Commit

Permalink
test: remove eslint-disable from fixtures
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and targos committed Oct 10, 2018
1 parent 315bf25 commit 70abcf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion test/fixtures/guess-hash-seed.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/* eslint-disable required-modules */
'use strict';
function min(arr) {
let res = arr[0];
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/inspector-global-function.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'use strict'; // eslint-disable-line required-modules
'use strict';
let invocations = 0;
const interval = setInterval(() => {}, 1000);

Expand Down

0 comments on commit 70abcf2

Please sign in to comment.