Skip to content

Commit de214cd

Browse files
ESLint fixes
1 parent f4ec1a5 commit de214cd

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

test/fixtures/files/script1.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint strict:off */
12
(function () {
23
'use strict';
34

test/fixtures/files/script2.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
(function () {
2-
'use strict';
1+
'use strict';
32

4-
// This file should not get updated when the --grep option is used,
5-
// because version 3.2.1 and v8.9.10 don't match the old version number
6-
7-
}());
3+
// This file should not get updated when the --grep option is used,
4+
// because version 3.2.1 and v8.9.10 don't match the old version number

test/fixtures/mocks/git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
'use strict';
23

34
/**
45
*

test/fixtures/mocks/npm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/usr/bin/env node
2+
'use strict';
23

34
/**
45
*

0 commit comments

Comments
 (0)