Merge branch 'master' into fix-eslint

This commit is contained in:
Ajay Ramachandran
2021-07-04 18:19:52 -04:00
committed by GitHub
3 changed files with 2763 additions and 8 deletions

View File

@@ -19,6 +19,6 @@ module.exports = {
"no-self-assign": "off",
"semi": "warn",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-explicit-any": "off"
},
};