Skip to content

Commit 2bd83f3

Browse files
Sam Tsaistefanpenner
authored andcommitted
Allow Node v0.12.x support
Resolves: "SyntaxError: Use of const in strict mode"
1 parent 73d765d commit 2bd83f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/unit/eslint-test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
'use strict';
22

3-
const lint = require('mocha-eslint');
3+
var lint = require('mocha-eslint');
44

5-
let paths = [
5+
var paths = [
66
'lib/**/*.js',
77
'tests/**/*.js',
88
'!tests/fixtures/**',
99
];
1010

11-
let options = {
11+
var options = {
1212
strict: true, // Defaults to `false`, only notify the warnings
1313
};
1414

0 commit comments

Comments
 (0)