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,6 +1,6 @@
import { FlatCompat } from '@eslint/eslintrc';
import { dirname } from 'path';
import { fileURLToPath } from 'url';
import { FlatCompat } from '@eslint/eslintrc';
const __filename = fileURLToPath(import.meta.url);
const __dirname = dirname(__filename);