mv .gitignore. fix indents. update eslint config. use export and global to fix eslint errors

This commit is contained in:
iampeterbanjo
2016-11-15 05:46:35 +00:00
parent fc26dd926d
commit c0f43dcc54
4 changed files with 20 additions and 12 deletions

View File

@@ -1,3 +1,4 @@
/* exported getUsefulContents */
// we cant use export here
function getUsefulContents(callback) {
callback('Hello World');