build(ui): add eslint no-console rule

This commit is contained in:
psychedelicious
2024-05-13 15:12:43 +10:00
parent b5d42fbc66
commit 76e181fd44
5 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* eslint-disable no-console */
import fs from 'node:fs';
import openapiTS from 'openapi-typescript';