style: new prettier config

modified the prettier config to force an import order for all files
This commit is contained in:
Dominik 2025-06-30 10:45:28 +02:00
parent 331bf5edda
commit 657a64ca7f
Signed by: dominik
GPG key ID: 06A4003FC5049644
4 changed files with 22 additions and 3 deletions

View file

@ -1,8 +1,9 @@
import { registry } from '@/lib/swagger';
import { OpenApiGeneratorV3 } from '@asteasolutions/zod-to-openapi';
import fs from 'fs';
import path from 'path';
import { registry } from '@/lib/swagger';
function recursiveFileSearch(dir: string, fileList: string[] = []): string[] {
const files = fs.readdirSync(dir);
files.forEach((file) => {