dev (backend): disable biome's noNamespace rule for Mastodon API implementation
This commit is contained in:
parent
783ad8012d
commit
866dd832bb
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@
|
|||
"style": {
|
||||
"noCommaOperator": "error",
|
||||
"noInferrableTypes": "error",
|
||||
"noNamespace": "error",
|
||||
"noNonNullAssertion": "warn",
|
||||
"noUselessElse": "off",
|
||||
"noVar": "error",
|
||||
|
|
Loading…
Reference in a new issue