We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ec1a5 commit de214cdCopy full SHA for de214cd
4 files changed
test/fixtures/files/script1.js
@@ -1,3 +1,4 @@
1
+/* eslint strict:off */
2
(function () {
3
'use strict';
4
test/fixtures/files/script2.js
@@ -1,7 +1,4 @@
-(function () {
- 'use strict';
+'use strict';
- // 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
-}());
+// This file should not get updated when the --grep option is used,
+// because version 3.2.1 and v8.9.10 don't match the old version number
test/fixtures/mocks/git
@@ -1,4 +1,5 @@
#!/usr/bin/env node
/**
*
test/fixtures/mocks/npm
0 commit comments