mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-14 20:13:19 -06:00
Add Google Cloud Storage to functions dependencies, fix firebase.json pre-deploy scripts, update functions eslint
This commit is contained in:
@@ -27,6 +27,8 @@ module.exports = {
|
||||
rules: {
|
||||
"quotes": ["error", "double"],
|
||||
"import/no-unresolved": 0,
|
||||
"indent": ["warn", 4]
|
||||
"indent": ["warn", 4],
|
||||
"@typescript-eslint/no-var-requires": 0,
|
||||
"max-len": ["warn", 120],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user