start work on documentation generator

This commit is contained in:
Amish Shah
2016-08-14 18:12:59 +01:00
parent 0224138dc9
commit 62856ff57a
6 changed files with 82 additions and 2 deletions

View File

@@ -13,5 +13,6 @@ module.exports = {
"no-restricted-syntax": 0,
"no-param-reassign": 0,
"consistent-return": 0,
"import/no-extraneous-dependencies": 0,
}
};