Add constructor documentation

This commit is contained in:
Amish Shah
2016-08-19 22:59:32 +01:00
parent d2cba74c13
commit 3051ae7061
4 changed files with 26 additions and 4 deletions

View File

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