mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
Fix downloads
This commit is contained in:
@@ -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" }]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user