Initial Commit

This commit is contained in:
Manan006
2024-01-31 17:57:16 +05:30
commit 734726fc12
687 changed files with 189411 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"env": {
"node": true,
"mocha": true
},
"globals": {
"chai": false,
"sinon": false
},
"rules": {
"prefer-arrow-callback": 0,
// Too many anonymous callbacks
"func-names": "off",
}
}