mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 12:41:38 +01:00
fix tsc configs, add realsilverbullets for 6666 bits
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.7/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
@@ -19,7 +19,8 @@
|
||||
"suspicious": {
|
||||
"noNonNullAssertedOptionalChain": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noControlCharactersInRegex": "off"
|
||||
"noControlCharactersInRegex": "off",
|
||||
"noTsIgnore": "off"
|
||||
},
|
||||
"style": {
|
||||
"noNonNullAssertion": "off"
|
||||
|
||||
Reference in New Issue
Block a user