mirror of
https://github.com/versia-pub/server.git
synced 2026-04-27 20:59:15 +02:00
feat(api): ✨ Add rules to /api/v2/instance
This commit is contained in:
parent
9e3e02cabd
commit
71d2c7ae3b
7 changed files with 20 additions and 15 deletions
|
|
@ -6,7 +6,8 @@
|
|||
"node_modules/**/*",
|
||||
"dist/**/*",
|
||||
"packages/frontend/.output",
|
||||
"packages/frontend/.nuxt"
|
||||
"packages/frontend/.nuxt",
|
||||
"glitch"
|
||||
]
|
||||
},
|
||||
"linter": {
|
||||
|
|
@ -18,7 +19,8 @@
|
|||
"node_modules/**/*",
|
||||
"dist/**/*",
|
||||
"packages/frontend/.output",
|
||||
"packages/frontend/.nuxt"
|
||||
"packages/frontend/.nuxt",
|
||||
"glitch"
|
||||
]
|
||||
},
|
||||
"formatter": {
|
||||
|
|
@ -29,7 +31,8 @@
|
|||
"node_modules/**/*",
|
||||
"dist/**/*",
|
||||
"packages/frontend/.output",
|
||||
"packages/frontend/.nuxt"
|
||||
"packages/frontend/.nuxt",
|
||||
"glitch"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue