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,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue