style: lint

This commit is contained in:
Isaac
2023-02-13 15:07:05 +00:00
parent b8dd1900e9
commit c3d6d70316
5 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
// TODO
/* eslint-disable no-undef */
module.exports = joi.object({
archive: joi.boolean().optional(),
autoClose: joi.number().min(3_600_000).optional(),