chore(eslint): use eslint for a more consistent style throughout the code

This commit is contained in:
Mahdi Dibaiee
2016-06-30 18:28:02 +04:30
parent 3d78b467ac
commit 07af23cb5a
9 changed files with 137 additions and 140 deletions

View File

@ -8,7 +8,7 @@ export default (target, key, descriptor) => {
console.error(e);
reply(e);
}
}
};
return descriptor;
}
};