initial commit

This commit is contained in:
Mahdi Dibaiee
2015-06-26 21:50:54 +04:30
parent 6dd19847bb
commit 848ae4117c
9 changed files with 298 additions and 2 deletions

5
lib/.eslintrc Normal file
View File

@ -0,0 +1,5 @@
{
"rules": {
"camelcase": 0
}
}