Lint internal scripts with eslint:recommended (#1729)

* Lint internal scripts with eslint:recommended

* Warnings r bad
This commit is contained in:
Dan Abramov
2017-03-05 22:29:28 +00:00
committed by GitHub
parent df3ca8e614
commit 2f7e3a2168
13 changed files with 45 additions and 13 deletions

View File

@@ -7,6 +7,8 @@
* of patent rights can be found in the PATENTS file in the same directory.
*/
'use strict';
var fs = require('fs');
var path = require('path');
var chalk = require('chalk');