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": {
|
"style": {
|
||||||
"noCommaOperator": "error",
|
"noCommaOperator": "error",
|
||||||
"noInferrableTypes": "error",
|
"noInferrableTypes": "error",
|
||||||
"noNamespace": "error",
|
|
||||||
"noNonNullAssertion": "warn",
|
"noNonNullAssertion": "warn",
|
||||||
"noUselessElse": "off",
|
"noUselessElse": "off",
|
||||||
"noVar": "error",
|
"noVar": "error",
|
||||||
|
|
Loading…
Reference in a new issue