Fix downloads

This commit is contained in:
Geomitron
2023-12-25 02:49:46 -06:00
parent ba309654ca
commit 99cfb306be
30 changed files with 557 additions and 1450 deletions

View File

@@ -70,7 +70,8 @@
"@angular-eslint/use-lifecycle-interface": "error",
"arrow-parens": ["error", "as-needed"],
"comma-dangle": ["error", "always-multiline"],
"prefer-arrow/prefer-arrow-functions": ["error", { "allowStandaloneDeclarations": true }]
"prefer-arrow/prefer-arrow-functions": ["error", { "allowStandaloneDeclarations": true }],
"no-fallthrough": ["error", { "commentPattern": "break[\\s\\w]*omitted" }]
}
},
{