Merge branch 'master' into fix/general-fixes

This commit is contained in:
Nishant Arora
2021-10-27 23:51:45 -06:00
committed by GitHub
18 changed files with 220 additions and 114 deletions

View File

@@ -28,5 +28,6 @@ module.exports = {
"quotes": ["warn", "double", { "avoidEscape": true, "allowTemplateLiterals": true }],
"require-await": "warn",
"semi": "warn",
"no-console": "error"
},
};