Merge branch 'master' into fix/general-fixes

This commit is contained in:
Ajay Ramachandran
2021-11-16 19:18:16 -05:00
committed by GitHub
39 changed files with 1086 additions and 79 deletions

View File

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