mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-09 05:09:39 +00:00
- Update API
- Add Chart Preview - Add Drum Type dropdown when the "drums" instrument is selected - Add Min/Max Year to advanced search - Add Track Hash to advanced search - Add "Download Video Backgrounds" setting - Updated and improved detected chart issues
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"accessibility": "explicit"
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/no-use-before-define": ["error", { "typedefs": false, "functions": false }],
|
||||
"@typescript-eslint/no-use-before-define": ["error", { "typedefs": false, "functions": false, "classes": false }],
|
||||
"@typescript-eslint/no-shadow": ["off"],
|
||||
"@typescript-eslint/member-ordering": ["error", { "default": ["field", "public-constructor", "constructor", "method"] }],
|
||||
"@typescript-eslint/member-delimiter-style": ["error", { "multiline": { "delimiter": "none", "requireLast": true } }],
|
||||
@@ -43,7 +43,8 @@
|
||||
"error",
|
||||
{
|
||||
"ignorePattern": "^import |^export \\{(.*?)\\}|^\\s*@inject\\(",
|
||||
"code": 140
|
||||
"tabWidth": 2,
|
||||
"code": 150
|
||||
}
|
||||
],
|
||||
"@typescript-eslint/naming-convention": [
|
||||
|
||||
Reference in New Issue
Block a user