mirror of
https://github.com/versia-pub/frontend.git
synced 2026-06-14 07:29:15 +02:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Some checks failed
This commit is contained in:
parent
3ef7b774d5
commit
a6db9e059d
5 changed files with 1966 additions and 1397 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.1.1/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
|
||||
"assist": { "actions": { "source": { "organizeImports": "on" } } },
|
||||
"linter": {
|
||||
"enabled": true,
|
||||
|
|
@ -8,7 +8,8 @@
|
|||
"noConsole": "off",
|
||||
"noExplicitAny": "off",
|
||||
"noDuplicateElseIf": "error",
|
||||
"noDocumentCookie": "off"
|
||||
"noDocumentCookie": "off",
|
||||
"noUnknownAtRules": "off"
|
||||
},
|
||||
"performance": {
|
||||
"noBarrelFile": "off",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue