first commit

This commit is contained in:
Santhosh Thottingal
2017-08-01 13:49:03 +05:30
commit 9ed4cff140
11 changed files with 7908 additions and 0 deletions

18
.eslintrc.json Normal file
View File

@@ -0,0 +1,18 @@
{
"extends": "wikimedia",
"env": {
"es6": true,
"browser": true,
"jquery": true,
"qunit": true,
"node": true,
"mocha": true
},
"globals": {
"require": false
},
"rules": {
"dot-notation": 0,
"wrap-iife": 0
}
}