Skip to content

Commit 9c72e7b

Browse files
committed
add eslint node
1 parent 406337e commit 9c72e7b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

blueprints/ember-cli-head/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/*jshint node:true*/
1+
/* eslint-env node */
2+
23
let fs = require('fs');
34
let path = require('path');
45
let chalk = require('chalk');

fastboot-tests/fastboot-1.0-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-env node */
12
'use strict';
23

34
const expect = require('chai').expect;
@@ -32,4 +33,4 @@ describe('FastBoot 1.0', function() {
3233
});
3334
});
3435

35-
});
36+
});

0 commit comments

Comments
 (0)