Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 8b005a4

Browse files
author
Daniel Roux
committed
Remove lot of 'use strict'.
1 parent 50dafed commit 8b005a4

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

test/test-require-patch.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/*globals __dirname */
2-
'use strict';
3-
1+
/* globals __dirname */
42
var path = require ('path');
53
var root = path.join (__dirname, '..');
64
var packageConfig = require (path.join (root, 'package.json'));

wallaby.conf.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
/*globals __dirname */
2-
'use strict';
1+
/* globals __dirname */
32
var babel = require ('babel-core');
43
var fs = require ('fs');
54
var path = require ('path');
@@ -20,7 +19,7 @@ module.exports = function (wallaby) {
2019
'**/*.js*': wallaby.compilers.babel (babelConfig)
2120
},
2221
debug: true,
23-
env: {
22+
env: {
2423
type: 'node'
2524
},
2625
bootstrap: function (wallaby) {

0 commit comments

Comments
 (0)