update eslint-config, fixes, add commands (#4721)

* update eslint-config, fixes, add commands

* switch plugin
This commit is contained in:
Henry Zhu
2016-10-13 15:37:07 -04:00
committed by Daniel Tschinder
parent 09f135f9a1
commit 71790aace0
7 changed files with 15 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
export default async function (packages) { // eslint-disable-line require-yield
export default async function (packages) {
let foundDeps = {};
let foundDuplicated = false;
let duplicatedPackages = {};

View File

@@ -1,7 +1,7 @@
import path from "path";
import fs from "fs";
export default async function () { // eslint-disable-line require-yield
export default async function () {
let cwd = process.cwd();
let parts = cwd.split(path.sep);