style: new prettier config
modified the prettier config to force an import order for all files
This commit is contained in:
parent
331bf5edda
commit
657a64ca7f
4 changed files with 22 additions and 3 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue